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 8846508 commit 7f09ab5Copy full SHA for 7f09ab5
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: sudo apt-get update && sudo apt-get install libgtk2.0-dev
41
- name: Install system dependencies (macOS)
42
if: runner.os == 'macOS'
43
- run: brew install gtk+ pkg-config
+ run: brew install cairo gtk+ pkg-config
44
- name: Set extra cabal build options (macOS)
45
46
run: echo "CABAL_BUILD_OPTIONS=--constraint='gtk +have-quartz-gtk'" >> $GITHUB_ENV
0 commit comments