Fixed Cargo example not working for multiple archs

pull/1726/head
Ben (Desktop/Arch) 2 weeks ago
parent 5656298164
commit 0e9f0072e7

@ -618,7 +618,7 @@ whenever possible:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-{{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
```
## Scala - SBT

Loading…
Cancel
Save