mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
CI: Install curl and icu4c as required dependencies for macOS build
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
2976eb1678
commit
e9fc2af0b2
2
.github/workflows/unittest-macos.yml
vendored
2
.github/workflows/unittest-macos.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user