Skip to content

Commit 4f1ae5c

Browse files
committed
fix: update cache key format in build workflow
1 parent 3262815 commit 4f1ae5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
~/.cargo/registry
4242
~/.cargo/git
4343
target
44-
key: ${{ runner.os }}-cargo-${{ matrix.target }}-default-v2-${{ hashFiles('**/Cargo.lock') }}
44+
key: ${{ runner.os }}-cargo-${{ matrix.target }}-default-${{ hashFiles('**/Cargo.lock') }}
4545
- name: Build
4646
uses: actions-rs/cargo@v1
4747
with:

0 commit comments

Comments
 (0)