Compare commits

...

5 Commits

Author SHA1 Message Date
Ben
3010d944f5
Merge eacc40379b into 27d5ce7f10 2026-04-25 19:54:51 +02:00
Ben
eacc40379b
Merge branch 'main' into fix-cargo-example-multiple-archs 2026-04-25 19:54:49 +02: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/registry/cache/
~/.cargo/git/db/ ~/.cargo/git/db/
target/ target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
``` ```
## Scala - SBT ## Scala - SBT