Fall back to previous cache key

This commit is contained in:
Bryan Richter 2026-02-13 10:29:07 +02:00
parent 4c42c3b913
commit 33ca535e17
No known key found for this signature in database
GPG Key ID: B202264020068BFB

View File

@ -19,7 +19,9 @@ jobs:
~/.ghcup
~/.stack
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml') }}
restore-keys: stack-${{ runner.os }}-
restore-keys: |
stack-${{ runner.os }}-
${{ runner.os }}-
- uses: haskell/ghcup-setup@v1
with:
stack-hook: true