From 0e9f0072e76bdff56d7b15bb0c865ce2b35993b6 Mon Sep 17 00:00:00 2001 From: "Ben (Desktop/Arch)" Date: Sun, 1 Mar 2026 12:42:20 +0000 Subject: [PATCH 1/2] Fixed Cargo example not working for multiple archs --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 58e23f9..de51aa4 100644 --- a/examples.md +++ b/examples.md @@ -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 From 258f8c911175ca2f9d4a0ad53d24f71381d9dfba Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 1 Mar 2026 14:27:14 +0000 Subject: [PATCH 2/2] Update examples.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index de51aa4..4ca21f8 100644 --- a/examples.md +++ b/examples.md @@ -618,7 +618,7 @@ whenever possible: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: ${{ runner.os }}-{{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }} ``` ## Scala - SBT