mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-14 20:05:48 +01:00
Fall back to previous cache key
This commit is contained in:
parent
4c42c3b913
commit
33ca535e17
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -19,7 +19,9 @@ jobs:
|
|||||||
~/.ghcup
|
~/.ghcup
|
||||||
~/.stack
|
~/.stack
|
||||||
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml') }}
|
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml') }}
|
||||||
restore-keys: stack-${{ runner.os }}-
|
restore-keys: |
|
||||||
|
stack-${{ runner.os }}-
|
||||||
|
${{ runner.os }}-
|
||||||
- uses: haskell/ghcup-setup@v1
|
- uses: haskell/ghcup-setup@v1
|
||||||
with:
|
with:
|
||||||
stack-hook: true
|
stack-hook: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user