CI: fix rust cache collisions messing up the windows build (#249)

This commit is contained in:
Carson McManus 2023-06-29 10:51:41 -04:00 committed by GitHub
parent 0341db0046
commit 39fa6bb4a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,8 @@ jobs:
- uses: actions/checkout@v3
- name: Rust Cache
uses: Swatinem/rust-cache@v2.5.0
with:
prefix-key: v0-rust-${{ matrix.target }}
- name: Install Cross
uses: baptiste0928/cargo-install@v1
with: