Skip to content

Commit

Permalink
Add GitHub action for macOS builds
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Mar 14, 2024
1 parent a7ff753 commit f6daa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makeall-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ls -l /usr/bin/python*
- uses: actions/checkout@v4
- name: Install dependencies
run: brew install geos libtool parallel
run: brew install automake cabextract curl geos icu4c leptonica libarchive libtool pango parallel
- name: Make all
run: make all
- name: Make check
Expand Down

0 comments on commit f6daa57

Please sign in to comment.