We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad0ca01 + b2f5f4e commit 88e9fe4Copy full SHA for 88e9fe4
.github/workflows/CI.yml
@@ -26,11 +26,7 @@ jobs:
26
with:
27
version: ${{ matrix.version }}
28
arch: ${{ matrix.arch }}
29
- - uses: actions/cache@v2
30
- with:
31
- path: ~/.julia/artifacts
32
- key: ${{ runner.os }}-test-artifacts-${{ hashFiles('**/Project.toml') }}
33
- restore-keys: ${{ runner.os }}-test-artifacts
+ - uses: julia-actions/cache@v2
34
- uses: julia-actions/julia-buildpkg@v1
35
- uses: julia-actions/julia-runtest@v1
36
continue-on-error: ${{ matrix.version == 'nightly' }}
0 commit comments