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.
1 parent ceef112 commit a3e8d95Copy full SHA for a3e8d95
.github/workflows/CI.yml
@@ -31,16 +31,7 @@ jobs:
31
with:
32
version: ${{ matrix.version }}
33
arch: ${{ matrix.arch }}
34
- - uses: actions/cache@v4
35
- env:
36
- cache-name: cache-artifacts
37
- with:
38
- path: ~/.julia/artifacts
39
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
40
- restore-keys: |
41
- ${{ runner.os }}-test-${{ env.cache-name }}-
42
- ${{ runner.os }}-test-
43
- ${{ runner.os }}-
+ - uses: julia-actions/cache@v2
44
- uses: julia-actions/julia-buildpkg@v1
45
- uses: julia-actions/julia-runtest@v1
46
- uses: julia-actions/julia-processcoverage@v1
0 commit comments