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