Skip to content

Commit 620d828

Browse files
committed
CI: Clean GitHub action for autotools on macOS
Signed-off-by: Stefan Weil <[email protected]>
1 parent c6b0082 commit 620d828

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/autotools-macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ jobs:
3232
run: |
3333
brew install autoconf automake
3434
brew install leptonica
35-
brew install cairo pango icu4c
35+
brew install pango icu4c
3636
brew install cabextract
3737
brew install libarchive curl
3838
3939
- name: Setup Tesseract
4040
run: |
41-
mkdir -p m4
4241
./autogen.sh
4342
4443
- name: Configure Tesseract
@@ -145,7 +144,6 @@ jobs:
145144
146145
- name: Setup Tesseract
147146
run: |
148-
mkdir -p m4
149147
./autogen.sh
150148
151149
- name: Configure Tesseract

0 commit comments

Comments
 (0)