CI: fix rust cache collisions messing up the windows build (#249)
This commit is contained in:
parent
0341db0046
commit
39fa6bb4a1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v2.5.0
|
uses: Swatinem/rust-cache@v2.5.0
|
||||||
|
with:
|
||||||
|
prefix-key: v0-rust-${{ matrix.target }}
|
||||||
- name: Install Cross
|
- name: Install Cross
|
||||||
uses: baptiste0928/cargo-install@v1
|
uses: baptiste0928/cargo-install@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue