Added prefix for key of GH cache since download-cache is created four times with the same name.

This commit is contained in:
Hiroshi SHIBATA 2025-07-31 11:31:30 +09:00
parent 47b8916576
commit 92ca64ab80
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
with:
path: ${{ inputs.srcdir }}/.downloaded-cache
key: downloaded-cache
key: ${{ runner.os }}-downloaded-cache
- if: steps.which.outputs.autoreconf
shell: bash