Compare commits

...

3 Commits

Author SHA1 Message Date
Ben
142d476587
Merge 258f8c9111 into 668228422a 2026-03-18 23:26:52 +00:00
Ben
258f8c9111
Update examples.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-01 14:27:14 +00:00
Ben (Desktop/Arch)
0e9f0072e7 Fixed Cargo example not working for multiple archs 2026-03-01 12:42:20 +00:00

View File

@ -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