Fix name of test repo cache used by macos-static (#1909)

This commit is contained in:
Eldred Habert
2026-03-24 14:02:28 +01:00
committed by GitHub
parent 52aa518e20
commit 4b69d5cc8a

View File

@@ -133,7 +133,7 @@ jobs:
uses: actions/cache@v5
with:
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
if: steps.test-deps-cache.outputs.cache-hit != 'true'
continue-on-error: true