Closed
Description
I recently found this in the logs for haskell-actions/setup
.
Installing libcurses5 and libtinfo5 using apt-get (for ghc < 8.3)
I was confused by this, because the job in question had requested GHC 9.8.
These apt-get invocations take a non-trivial amount of time, and happen before anything else in my CI builds. Perhaps they could be gated to only happen when the requested version of GHC actually requires it?