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 4601fb8 commit 6349c3fCopy full SHA for 6349c3f
.github/workflows/ci.yml
@@ -45,8 +45,8 @@ jobs:
45
cache-name: cache-artifacts
46
with:
47
path: ~/.julia/artifacts
48
- key: ${{ runner.os }}-julia-${{ matrix.version }}-${{ github.sha }}
49
-# key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
+# key: ${{ runner.os }}-julia-${{ matrix.version }}-${{ github.sha }}
+ key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
50
restore-keys: |
51
${{ runner.os }}-test-${{ env.cache-name }}-
52
${{ runner.os }}-test-
0 commit comments