From 064e74087c110a236b3404db914bdcc2c4cc95ab Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 31 Jul 2025 12:23:43 +0900 Subject: [PATCH] Also added arch variable to download-cache keys --- .github/actions/setup/directories/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/directories/action.yml b/.github/actions/setup/directories/action.yml index e063fe4e21..7c1e4e9b0e 100644 --- a/.github/actions/setup/directories/action.yml +++ b/.github/actions/setup/directories/action.yml @@ -96,7 +96,7 @@ runs: - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ${{ inputs.srcdir }}/.downloaded-cache - key: ${{ runner.os }}-downloaded-cache + key: ${{ runner.os }}-${{ runner.arch }}-downloaded-cache - if: steps.which.outputs.autoreconf shell: bash