Include architecture in CI cache key

So that the two Windows builds don't try to use the same caches.
This commit is contained in:
Oliver Hamlet
2025-03-30 15:39:15 +01:00
parent ac5356cfa7
commit c8d7654e93
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-${{ matrix.target.architecture }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install Rust i686-pc-windows-msvc target
run: rustup target add i686-pc-windows-msvc