Skip to content

Commit

Permalink
Bump julia-actions/cache from 1 to 2 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimikage authored May 13, 2024
1 parent e170197 commit 3242f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,8 @@ jobs:
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}

- name: Cache artifacts
uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
uses: julia-actions/cache@v2
- name: "Unit Test"
uses: julia-actions/julia-runtest@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UnitTestArm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Download Julia Binary
run: >
julia -e '
Expand Down

0 comments on commit 3242f10

Please sign in to comment.