-
Notifications
You must be signed in to change notification settings - Fork 54
Unable to install GHC error #76
Comments
@parsonsmatt: Could it be that your are requesting an outdated version? v1.1.4 was released in Nov 2020 when GHC 8.10.4 didn't exist yet, as far as I remember. I am using the See https://github.com/haskell/actions/releases and #18. |
The CI run completed fine 28 days ago, pulling GHC 8.10.4 from the cache. Updating to v1 tag does not fix it https://github.com/parsonsmatt/some-dict-of/pull/2/checks?check_run_id=3663835881 |
Your latest CI run says:
ghcup-0.1.8 is maybe too old. Don't know. It could be that your CI failed because the hosted runner dropped 8.10.4, and the ghcup method for 8.10.4 never worked for your CI. Dunno, how about upgrading to 8.10.7? Is there a reason to stick to 8.10.4? |
Try replacing |
Ah, puzzle solved. I wouldn't have been able to spot this subtlety! |
Yeah, that did it! Thanks. Man, I wonder if there's some way to poison-pill the original repo? Looks like they'd need to un-archive it for any changes to be made. |
The OP has been solved. Closing. |
I'm getting this error when running CI:
https://github.com/parsonsmatt/some-dict-of/runs/3657365243?check_suite_focus=true
https://github.com/parsonsmatt/some-dict-of/blob/master/.github/workflows/haskell.yml is the config
any idea what's going on here?
The text was updated successfully, but these errors were encountered: