Skip to content

Commit a882d80

Browse files
authored
Fix ubuntu build
1 parent 1526dc6 commit a882d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal
3636
- name: Install system dependencies (Linux)
3737
if: runner.os == 'Linux'
38-
run: sudo apt-get install libgtk2.0-dev
38+
run: sudo apt-get update && sudo apt-get install libgtk2.0-dev
3939
- name: Install system dependencies (macOS)
4040
if: runner.os == 'macOS'
4141
run: brew install gtk+ pkg-config

0 commit comments

Comments
 (0)