Skip to content

Commit 34613f2

Browse files
tarlebjgm
authored andcommitted
CI: fix installation of GHC 8.0 and 8.2.
It seems that libtinfo5 is not installed by default, but it's apparently required for a successful installation of these versions.
1 parent 72c608a commit 34613f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
4646
- name: Install cabal/ghc
4747
run: |
48+
sudo apt install libtinfo5 # required for GHC 8.0 and 8.2.
4849
ghcup install ghc --set ${{ matrix.versions.ghc }}
4950
ghcup install cabal --set ${{ matrix.versions.cabal }}
5051

0 commit comments

Comments
 (0)