Skip to content

Commit 14a6ce3

Browse files
authored
Fix CI for GHC 8.2 (#1249)
Add a missing `apt-get update`.
1 parent dac8d82 commit 14a6ce3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: install deps
6464
if: ${{ matrix.ghc == '8.2.2' }}
6565
run: |
66+
sudo apt-get update
6667
sudo apt-get install -y libtinfo5 # See https://github.com/haskell/ghcup-hs/issues/947
6768
- name: install ghc
6869
uses: haskell/ghcup-setup@v1

0 commit comments

Comments
 (0)