Skip to content

Only install libcurses5 and libtinfo5 when GHC is actually < 8.3 #117

Closed
@langston-barrett

Description

@langston-barrett

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions