We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c608a commit 34613f2Copy full SHA for 34613f2
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
46
- name: Install cabal/ghc
47
run: |
48
+ sudo apt install libtinfo5 # required for GHC 8.0 and 8.2.
49
ghcup install ghc --set ${{ matrix.versions.ghc }}
50
ghcup install cabal --set ${{ matrix.versions.cabal }}
51
0 commit comments