There was an error while loading. Please reload this page.
1 parent dac8d82 commit e699b20Copy full SHA for e699b20
1 file changed
.github/workflows/main.yml
@@ -63,6 +63,7 @@ jobs:
63
- name: install deps
64
if: ${{ matrix.ghc == '8.2.2' }}
65
run: |
66
+ sudo apt-get update
67
sudo apt-get install -y libtinfo5 # See https://github.com/haskell/ghcup-hs/issues/947
68
- name: install ghc
69
uses: haskell/ghcup-setup@v1
0 commit comments