Also added arch variable to download-cache keys

This commit is contained in:
Hiroshi SHIBATA 2025-07-31 12:23:43 +09:00
parent 92ca64ab80
commit 064e74087c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -96,7 +96,7 @@ runs:
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with: with:
path: ${{ inputs.srcdir }}/.downloaded-cache path: ${{ inputs.srcdir }}/.downloaded-cache
key: ${{ runner.os }}-downloaded-cache key: ${{ runner.os }}-${{ runner.arch }}-downloaded-cache
- if: steps.which.outputs.autoreconf - if: steps.which.outputs.autoreconf
shell: bash shell: bash