Skip to content

Commit 7f09ab5

Browse files
committed
Install cairo on mac
1 parent 8846508 commit 7f09ab5

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
@@ -40,7 +40,7 @@ jobs:
4040
run: sudo apt-get update && sudo apt-get install libgtk2.0-dev
4141
- name: Install system dependencies (macOS)
4242
if: runner.os == 'macOS'
43-
run: brew install gtk+ pkg-config
43+
run: brew install cairo gtk+ pkg-config
4444
- name: Set extra cabal build options (macOS)
4545
if: runner.os == 'macOS'
4646
run: echo "CABAL_BUILD_OPTIONS=--constraint='gtk +have-quartz-gtk'" >> $GITHUB_ENV

0 commit comments

Comments
 (0)