Open johnjcamilleri opened 4 years ago
I see this has already been discussed in #21 and fixed in #22, so I was confused as to why I was still getting this behaviour. I changed the action version from v1.1
to v1
and it seemed to effect the GHC version, but not the Cabal version:
Run ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.6.5
Run cabal --version
cabal-install version 3.2.0.0
compiled using version 3.2.0.0 of the Cabal library
See this workflow run.
Take this workflow file:
The output I get when running the action is:
When I try replacing
macos-latest
withubuntu-latest
, I get the output I expect:You can see my MWE in action here.