File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed
Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 3030 - name : Install dependencies
3131 run : |
3232 brew install autoconf automake cabextract libtool
33- brew install curl icu4c leptonica libarchive pango
33+ brew install leptonica libarchive pango
34+ if ! brew list icu4c &>/dev/null; then
35+ brew install icu4c
36+ fi
37+ if ! brew list curl &>/dev/null; then
38+ brew install curl
39+ fi
3440
3541 - name : Setup Tesseract
3642 run : |
Original file line number Diff line number Diff line change 2323 matrix :
2424 config :
2525 - { name: macos-14-clang-15-cmake, os: macos-14, cxx: clang++ } # default
26- - { name: macos-14 -gcc-14-cmake, os: macos-14 , cxx: g++-14 } # installed
26+ - { name: macos-15 -gcc-14-cmake, os: macos-15 , cxx: g++ } # installed
2727 - { name: macos-15-clang-cmake, os: macos-15, cxx: clang++ } # default
2828
2929 - { name: ubuntu-22.04-clang-15-cmake, os: ubuntu-22.04, cxx: clang++-15 } # installed
5151 run : |
5252 brew install autoconf automake
5353 brew install leptonica
54- # brew install libarchive
54+ # if ! brew list libarchive &>/dev/null; then
55+ # brew install libarchive
56+ # fi
5557 brew install pango
58+ if ! brew list icu4c &>/dev/null; then
59+ brew install icu4c
60+ fi
61+ if ! brew list curl &>/dev/null; then
62+ brew install curl
63+ fi
5664 brew install cabextract
5765 ninja --version
5866 cmake --version
Original file line number Diff line number Diff line change 2525 - name : Install dependencies (macOS Homebrew)
2626 run : |
2727 brew install autoconf automake cabextract libtool
28- brew install curl icu4c leptonica libarchive pango
28+ brew install leptonica libarchive pango
29+ if ! brew list icu4c &>/dev/null; then
30+ brew install icu4c
31+ fi
32+ if ! brew list curl &>/dev/null; then
33+ brew install curl
34+ fi
35+
2936 - name : Setup
3037 run : |
3138 ./autogen.sh
You can’t perform that action at this time.
0 commit comments