You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing an action which tests something against ghc latest-prerelease. There appears to be no way to get at it unless you make it the default ghc:
ghc-exe and ghc-path provide paths to the currently set ghc;, not the actual ghc installed by the setup step;
ghc-version, which claims to be the resolved ghc version, is in fact the version passed in (in my case the latest-prerelease ghcup tag).
I will try to work around this in my workflow, since I know the version of the other ghc I need, but this is somewhat annoying.
The text was updated successfully, but these errors were encountered:
I am writing an action which tests something against ghc
latest-prerelease
. There appears to be no way to get at it unless you make it the default ghc:ghc-exe
andghc-path
provide paths to the currentlyset
ghc;, not the actual ghc installed by thesetup
step;ghc-version
, which claims to be the resolved ghc version, is in fact the version passed in (in my case thelatest-prerelease
ghcup tag).I will try to work around this in my workflow, since I know the version of the other ghc I need, but this is somewhat annoying.
The text was updated successfully, but these errors were encountered: