Skip to content

Commit f61e9cc

Browse files
committed
ci: fix pulling wrong cache data by adding the rust version
1 parent 80f42f9 commit f61e9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
~/.cargo/registry/cache/
6060
~/.cargo/git/db/
6161
target/
62-
key: ${{ runner.os }}-check-${{ hashFiles('**/Cargo.lock') }}
62+
key: ${{ runner.os }}-check-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
6363

6464
- name: Setup | Rust
6565
run: |

0 commit comments

Comments
 (0)