Open andreasabel opened 1 year ago
Lifted from
Implementing @Mistuke's suggestion to install cabal before ghc would amount to swapping the entries in the opts record, which implicitly determines the order of installation: https://github.com/haskell/actions/blob/86bd3eda129ecad970079574dd4001961be531f8/setup/src/opts.ts#L161-L187
cabal
ghc
opts
We could then drop again the --ignore-dependencies flag passed to choco.
--ignore-dependencies
choco
Lifted from
Implementing @Mistuke's suggestion to install
cabal
beforeghc
would amount to swapping the entries in theopts
record, which implicitly determines the order of installation: https://github.com/haskell/actions/blob/86bd3eda129ecad970079574dd4001961be531f8/setup/src/opts.ts#L161-L187We could then drop again the
--ignore-dependencies
flag passed tochoco
.