Skip to content

Commit 5a6deae

Browse files
authored
Merge pull request #7 from soulteary/ci/fix-build
ci: fix macOS
2 parents 9e19794 + e6f1f09 commit 5a6deae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: runner.os == 'macOS'
6060
shell: bash
6161
run: |
62-
brew install gtk+3 webkitgtk jq pkg-config
62+
brew install gtk+3 jq pkg-config
6363
6464
- name: Install Windows prerequisites
6565
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)