-
Notifications
You must be signed in to change notification settings - Fork 54
Transient error when installing GHC via ghcup #187
Comments
The riddle is solved here: https://discourse.haskell.org/t/incident-github-actions-ci-failure-ghcup/5761?u=hasufell
|
Small refinement for multi-OS workflows:
|
* update setup-haskell action to latest version * remove -Wunused-apckages from cabal.project * fix for haskell/actions/issues/187
Seems to have been fixed upstream: |
E.g. https://github.com/haskell/happy/actions/runs/4117599915/jobs/7109094448#step:4:75
I guess what happens here is that
https://raw.githubusercontent.com
refuses to respond to thecurl
request. This error should be properly communicated by ghcup.The text was updated successfully, but these errors were encountered: