Skip to content

Commit 4ae7c26

Browse files
committed
Fix hashFiles pattern to avoid broken symlinks in node_modules
1 parent 8070b58 commit 4ae7c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
~/.cargo/registry/cache/
8484
~/.cargo/git/db/
8585
target/
86-
key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
86+
key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ hashFiles('Cargo.lock') }}
8787
restore-keys: |
8888
${{ runner.os }}-${{ matrix.target }}-cargo-
8989

0 commit comments

Comments
 (0)