Use stack pre-release

This commit is contained in:
Julian Ospald 2024-03-21 23:57:11 +08:00
parent 63e714d1b1
commit 21ecb9e2ea
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ jobs:
run: |
env
ghcup --version
ghcup run -i --stack latest -- stack build
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml
ghcup run -i --stack latest-prerelease -- stack build
shell: bash