mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user