Skip to content

Commit 3a3fe30

Browse files
committed
will it work better if we cache Cargo.lock?
1 parent de092a4 commit 3a3fe30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
~/.cargo/registry/cache/
5656
~/.cargo/git/db/
5757
target/
58+
Cargo.lock
5859
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
5960
if: runner.os != 'windows'
6061

@@ -68,6 +69,7 @@ jobs:
6869
C:\Rust\.cargo\registry\cache
6970
C:\Rust\.cargo\git\db
7071
target
72+
Cargo.lock
7173
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7274
if: runner.os == 'windows'
7375

0 commit comments

Comments
 (0)