Skip to content

Commit fc0dc32

Browse files
authored
Use julia-actions/cache (#101)
1 parent b91a19c commit fc0dc32

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
@@ -35,16 +35,7 @@ jobs:
3535
with:
3636
version: ${{ matrix.version }}
3737
arch: ${{ matrix.arch }}
38-
- uses: actions/cache@v1
39-
env:
40-
cache-name: cache-artifacts
41-
with:
42-
path: ~/.julia/artifacts
43-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
44-
restore-keys: |
45-
${{ runner.os }}-test-${{ env.cache-name }}-
46-
${{ runner.os }}-test-
47-
${{ runner.os }}-
38+
- uses: julia-actions/cache@v2
4839
- uses: julia-actions/julia-buildpkg@v1
4940
- uses: julia-actions/julia-runtest@v1
5041
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)