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.
2 parents 469bd40 + e68c583 commit bc091aaCopy full SHA for bc091aa
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: julia-actions/setup-julia@v2
37
with:
38
version: ${{ matrix.version }}
39
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-runtest@v1
42
- uses: julia-actions/julia-processcoverage@v1
@@ -53,7 +53,7 @@ jobs:
53
54
55
version: '1'
56
57
- run: julia --project=docs -e 'import Pkg; Pkg.instantiate()'
58
- run: |
59
julia --project=docs -e '
0 commit comments