Skip to content

Commit 63e7a58

Browse files
committed
version change to not use cache for this build
1 parent b083724 commit 63e7a58

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-${{ hashFiles('**/Cargo.lock') }}
44+
key: ${{ runner.os }}-cargo-${{ matrix.target }}-default-v2-${{ hashFiles('**/Cargo.lock') }}
4545
- name: Build
4646
uses: actions-rs/cargo@v1
4747
with:

0 commit comments

Comments
 (0)