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