Skip to content

Commit e699b20

Browse files
committed
Try apt-get update
1 parent dac8d82 commit e699b20

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)