mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
Also added arch variable to download-cache keys
This commit is contained in:
parent
92ca64ab80
commit
064e74087c
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/directories/action.yml
vendored
2
.github/actions/setup/directories/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue