CI: Ensure "valid" dummy key

This commit is contained in:
Thaddeus Crews
2025-03-05 10:59:40 -06:00
parent 937fccf24d
commit 0e3ffe55c2

View File

@@ -20,7 +20,7 @@ runs:
id: cache-ping
with:
path: ${{ inputs.scons-cache }}
key: " " # Dummy key; we have to rely on the fallback value.
key: ${{ github.sha }} # Dummy key; we have to rely on the fallback value.
restore-keys: ${{ inputs.cache-name }}|${{ github.event.repository.default_branch }}
lookup-only: true