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 0934b4f commit 175400bCopy full SHA for 175400b
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
version: ${{ matrix.version }}
36
arch: ${{ matrix.arch }}
37
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
40
@@ -50,7 +50,7 @@ jobs:
50
- uses: julia-actions/setup-julia@v2
51
52
version: 1
53
54
55
- run: julia --project=docs -e '
56
using Pkg; Pkg.develop(path=".");
0 commit comments