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 c97006b commit ac01511Copy full SHA for ac01511
.github/workflows/CI.yml
@@ -57,10 +57,10 @@ jobs:
57
cache-name: cache-artifacts
58
with:
59
path: ~/.julia/artifacts
60
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
+ key: ${{ runner.os }}-test-${{ matrix.version }}-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
61
restore-keys: |
62
- ${{ runner.os }}-test-${{ env.cache-name }}-
63
- ${{ runner.os }}-test-
+ ${{ runner.os }}-test-${{ matrix.version }}-${{ env.cache-name }}-
+ ${{ runner.os }}-test-${{ matrix.version }}-
64
${{ runner.os }}-
65
- uses: julia-actions/julia-buildpkg@v1
66
- if: ${{ matrix.group == 'OptimizationQuadDIRECT' }}
0 commit comments