Skip to content

Commit e7e0eed

Browse files
author
Christopher Doris
committed
switch to julia-actions/cache
1 parent 77341af commit e7e0eed

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/tests.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,7 @@ jobs:
2727
with:
2828
version: ${{ matrix.jlversion }}
2929
arch: ${{ matrix.arch }}
30-
- uses: actions/cache@v1
31-
env:
32-
cache-name: cache-artifacts
33-
with:
34-
path: ~/.julia/artifacts
35-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
36-
restore-keys: |
37-
${{ runner.os }}-test-${{ env.cache-name }}-
38-
${{ runner.os }}-test-
39-
${{ runner.os }}-
30+
- uses: julia-actions/cache@v2
4031
- name: Build package
4132
uses: julia-actions/julia-buildpkg@v1
4233
- name: Run tests

0 commit comments

Comments
 (0)