Skip to content

Commit 8a6bd08

Browse files
committed
fix CI bug
1 parent 6aa1a66 commit 8a6bd08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
cache-name: cache-artifacts
4545
with:
4646
path: ~/.julia/artifacts
47-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
47+
key: ${{ runner.os }}-julia-${{ matrix.version }}-${{ github.sha }}
48+
# key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
4849
restore-keys: |
4950
${{ runner.os }}-test-${{ env.cache-name }}-
5051
${{ runner.os }}-test-

0 commit comments

Comments
 (0)