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 2335448 commit b15bb92Copy full SHA for b15bb92
.github/workflows/ci.yml
@@ -46,16 +46,7 @@ jobs:
46
version: ${{ matrix.version }}
47
arch: ${{ matrix.arch }}
48
show-versioninfo: true
49
- - uses: actions/cache@v4
50
- env:
51
- cache-name: cache-artifacts
52
- with:
53
- path: ~/.julia/artifacts
54
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
55
- restore-keys: |
56
- ${{ runner.os }}-test-${{ env.cache-name }}-
57
- ${{ runner.os }}-test-
58
- ${{ runner.os }}-
+ - uses: julia-actions/cache@v2
59
- uses: julia-actions/julia-buildpkg@v1
60
- uses: julia-actions/julia-runtest@v1
61
with:
0 commit comments