Compare commits

...

4 Commits

Author SHA1 Message Date
Ben
ff15601abc
Merge 8bf5f61709 into 27d5ce7f10 2026-04-16 22:39:43 -03:00
Ben
8bf5f61709
Merge branch 'main' into fix-cargo-example-multiple-archs 2026-03-25 15:40:49 +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