From 0e9f0072e76bdff56d7b15bb0c865ce2b35993b6 Mon Sep 17 00:00:00 2001 From: "Ben (Desktop/Arch)" Date: Sun, 1 Mar 2026 12:42:20 +0000 Subject: [PATCH] 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