Fix name of test repo cache used by macos-static

This commit is contained in:
Eldred Habert
2026-03-23 14:34:06 +01:00
committed by GitHub
parent 66e521e9e5
commit c8eae86e78

View File

@@ -129,7 +129,7 @@ jobs:
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: ${{ fromJSON(steps.test-deps-cache-params.outputs.paths) }} path: ${{ fromJSON(steps.test-deps-cache-params.outputs.paths) }}
key: ${{ matrix.os }}-${{ steps.test-deps-cache-params.outputs.hash }} key: macos-14-${{ steps.test-deps-cache-params.outputs.hash }}
- name: Fetch test dependency repositories - name: Fetch test dependency repositories
if: steps.test-deps-cache.outputs.cache-hit != 'true' if: steps.test-deps-cache.outputs.cache-hit != 'true'
continue-on-error: true continue-on-error: true