diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a08b9752..40ef1e4b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,6 +63,7 @@ jobs: - name: install deps if: ${{ matrix.ghc == '8.2.2' }} run: | + sudo apt-get update sudo apt-get install -y libtinfo5 # See https://github.com/haskell/ghcup-hs/issues/947 - name: install ghc uses: haskell/ghcup-setup@v1