We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e563e83 commit c6b0082Copy full SHA for c6b0082
.github/workflows/unittest-macos.yml
@@ -24,13 +24,10 @@ jobs:
24
25
- name: Install dependencies (macOS Homebrew)
26
run: |
27
- brew install autoconf automake libarchive
28
- brew install leptonica cairo pango
29
- brew install cabextract libtool
30
-
+ brew install autoconf automake cabextract libtool
+ brew install leptonica libarchive pango
31
- name: Setup
32
33
- mkdir -p m4
34
./autogen.sh
35
36
- name: Configure (macOS Homebrew)
0 commit comments