Skip to content

Commit

Permalink
add depot caching
Browse files Browse the repository at this point in the history
Revert "add depot caching"

This reverts commit 983a3af.

.
  • Loading branch information
IanButterworth committed Dec 2, 2023
1 parent 892fa72 commit 991da06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/cache@v1
- name: Install JuliaFormatter and format
run: |
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ runs:
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
- name: 'Install JuliaFormatter'
run: |
julia -e '
Expand Down

0 comments on commit 991da06

Please sign in to comment.