There was an error while loading. Please reload this page.
1 parent 520c3f4 commit ba05addCopy full SHA for ba05add
1 file changed
.github/workflows/CI.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
version: ${{ matrix.version }}
40
arch: ${{ matrix.arch }}
41
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
42
- uses: julia-actions/julia-buildpkg@v1
43
- uses: julia-actions/julia-runtest@v1
44
- uses: julia-actions/julia-processcoverage@v1
@@ -59,7 +59,7 @@ jobs:
59
steps:
60
- uses: actions/checkout@v6
61
- uses: julia-actions/setup-julia@latest
62
63
- name: Install dependencies
64
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(; path = pwd())); Pkg.instantiate();'
65
- name: Build and deploy
0 commit comments