We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ad062 commit d385ebeCopy full SHA for d385ebe
.github/workflows/benchmark.yml
.github/workflows/ci.yml
@@ -26,16 +26,7 @@ jobs:
26
with:
27
version: ${{ matrix.version }}
28
arch: ${{ matrix.arch }}
29
- - uses: actions/cache@v3
30
- env:
31
- cache-name: cache-artifacts
32
- with:
33
- path: ~/.julia/artifacts
34
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
35
- restore-keys: |
36
- ${{ runner.os }}-test-${{ env.cache-name }}-
37
- ${{ runner.os }}-test-
38
- ${{ runner.os }}-
+ - uses: julia-actions/cache@v2
39
- uses: julia-actions/julia-buildpkg@v1
40
- uses: julia-actions/julia-runtest@v1
41
env:
0 commit comments