Skip to content

Commit

Permalink
CI: Install libtool as required dependency 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 23, 2024
1 parent e9fc2af commit 3020c14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/autotools-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
- name: Install dependencies
run: |
brew install autoconf automake
brew install leptonica
brew install pango icu4c
brew install cabextract
brew install libarchive curl
brew install autoconf automake cabextract libtool
brew install curl icu4c leptonica libarchive pango
- name: Setup Tesseract
run: |
Expand Down

0 comments on commit 3020c14

Please sign in to comment.