Skip to content

Commit c6b0082

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/unittest-macos.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ jobs:
2424

2525
- name: Install dependencies (macOS Homebrew)
2626
run: |
27-
brew install autoconf automake libarchive
28-
brew install leptonica cairo pango
29-
brew install cabextract libtool
30-
27+
brew install autoconf automake cabextract libtool
28+
brew install leptonica libarchive pango
3129
- name: Setup
3230
run: |
33-
mkdir -p m4
3431
./autogen.sh
3532
3633
- name: Configure (macOS Homebrew)

0 commit comments

Comments
 (0)