Compare commits

...

1 Commits

Author SHA1 Message Date
Julian Ospald 21ecb9e2ea
Use stack pre-release 2024-03-21 23:57:11 +08:00
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