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 b83ff4b commit 74ed1bdCopy full SHA for 74ed1bd
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
version: ${{ matrix.version }}
38
arch: ${{ matrix.arch }}
39
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
40
- uses: julia-actions/julia-buildpkg@v1
41
- uses: julia-actions/julia-runtest@v1
42
docs:
@@ -51,7 +51,7 @@ jobs:
51
- uses: julia-actions/setup-julia@v1
52
53
version: '1'
54
55
- name: Configure doc environment
56
shell: julia --project=docs --color=yes {0}
57
run: |
0 commit comments