mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-06-11 00:32:31 +02:00
Revert "Experiment: do I need to cache myself?"
This reverts commit b271ebaf44.
This commit is contained in:
parent
b271ebaf44
commit
ee32f787b7
7
.github/actions/stack-test/action.yml
vendored
7
.github/actions/stack-test/action.yml
vendored
@ -7,13 +7,16 @@ runs:
|
|||||||
id: ghcup
|
id: ghcup
|
||||||
with:
|
with:
|
||||||
stack-hook: true
|
stack-hook: true
|
||||||
stack: latest
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.stack
|
path: |
|
||||||
|
${{ steps.ghcup.outputs.basedir }}
|
||||||
|
~/.stack
|
||||||
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml') }}
|
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
stack-${{ runner.os }}-
|
stack-${{ runner.os }}-
|
||||||
${{ runner.os }}-
|
${{ runner.os }}-
|
||||||
|
- run: ghcup install stack
|
||||||
|
shell: bash
|
||||||
- run: stack test
|
- run: stack test
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user