Skip to content

Commit

Permalink
CI: Install curl and icu4c as required dependencies for macOS build
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 22, 2024
1 parent 2976eb1 commit e9fc2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies (macOS Homebrew)
run: |
brew install autoconf automake cabextract libtool
brew install leptonica libarchive pango
brew install curl icu4c leptonica libarchive pango
- name: Setup
run: |
./autogen.sh
Expand Down

0 comments on commit e9fc2af

Please sign in to comment.