Revert "Experiment: do I need to cache myself?"

This reverts commit b271ebaf44.
This commit is contained in:
Bryan Richter 2026-04-13 11:11:41 +03:00
parent b271ebaf44
commit ee32f787b7
No known key found for this signature in database
GPG Key ID: B202264020068BFB

View File

@ -7,13 +7,16 @@ runs:
id: ghcup
with:
stack-hook: true
stack: latest
- uses: actions/cache@v4
with:
path: ~/.stack
path: |
${{ steps.ghcup.outputs.basedir }}
~/.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