Skip to content

Commit b15bb92

Browse files
authored
Switch to julia-actions/cache. (#526)
1 parent 2335448 commit b15bb92

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,7 @@ jobs:
4646
version: ${{ matrix.version }}
4747
arch: ${{ matrix.arch }}
4848
show-versioninfo: true
49-
- uses: actions/cache@v4
50-
env:
51-
cache-name: cache-artifacts
52-
with:
53-
path: ~/.julia/artifacts
54-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
55-
restore-keys: |
56-
${{ runner.os }}-test-${{ env.cache-name }}-
57-
${{ runner.os }}-test-
58-
${{ runner.os }}-
49+
- uses: julia-actions/cache@v2
5950
- uses: julia-actions/julia-buildpkg@v1
6051
- uses: julia-actions/julia-runtest@v1
6152
with:

0 commit comments

Comments
 (0)