We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1526dc6 commit a882d80Copy full SHA for a882d80
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal
36
- name: Install system dependencies (Linux)
37
if: runner.os == 'Linux'
38
- run: sudo apt-get install libgtk2.0-dev
+ run: sudo apt-get update && sudo apt-get install libgtk2.0-dev
39
- name: Install system dependencies (macOS)
40
if: runner.os == 'macOS'
41
run: brew install gtk+ pkg-config
0 commit comments