We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9989895 + 3beb7e0 commit 29810d2Copy full SHA for 29810d2
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
version: ${{ matrix.version }}
36
arch: ${{ matrix.arch }}
37
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
38
- run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/ArndtLab/JuliaRegistry.git"))'
39
shell: bash
40
- uses: julia-actions/julia-buildpkg@v1
@@ -53,7 +53,7 @@ jobs:
53
- uses: julia-actions/setup-julia@v2
54
55
version: '1'
56
57
- name: Configure doc environment
58
shell: julia --project=docs --color=yes {0}
59
run: |
0 commit comments