Skip to content

Commit 6349c3f

Browse files
committed
git hash bug really fixed?
1 parent 4601fb8 commit 6349c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
cache-name: cache-artifacts
4646
with:
4747
path: ~/.julia/artifacts
48-
key: ${{ runner.os }}-julia-${{ matrix.version }}-${{ github.sha }}
49-
# key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
48+
# key: ${{ runner.os }}-julia-${{ matrix.version }}-${{ github.sha }}
49+
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
5050
restore-keys: |
5151
${{ runner.os }}-test-${{ env.cache-name }}-
5252
${{ runner.os }}-test-

0 commit comments

Comments
 (0)