We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
julia-actions/cache
1 parent b91a19c commit fc0dc32Copy full SHA for fc0dc32
.github/workflows/CI.yml
@@ -35,16 +35,7 @@ jobs:
35
with:
36
version: ${{ matrix.version }}
37
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 }}-
+ - uses: julia-actions/cache@v2
48
- uses: julia-actions/julia-buildpkg@v1
49
- uses: julia-actions/julia-runtest@v1
50
- uses: julia-actions/julia-processcoverage@v1
0 commit comments