From d88ca980395d4cea29007ae958a406e6b13b989f Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Tue, 6 May 2025 19:37:06 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3770d745cb..6985287a2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: with: path: | build - key: ${{ runner.os }}-cmake-build-${{ github.sha }} + key: ${{ runner.os }}-${{ runner.arch }}-cmake-build-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} restore-keys: | ${{ runner.os }}-cmake-build- - name: Configure