File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7171 steps :
7272 - uses : actions/checkout@v4
7373
74+ - name : Allow CMake to be installed
75+ if : startsWith(matrix.os[0], 'macos')
76+ run : |
77+ brew uninstall cmake
78+
7479 - name : Install dependencies on required OS
7580 run : |
7681 ./prepare.sh
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
77 # # Check if using brew
88 if command -v brew & > /dev/null; then
99 brew update
10- brew install gettext texinfo bison flex gnu-sed ncurses gsl gmp mpfr autoconf automake cmake libusb-compat libarchive gpgme bash openssl libtool
10+ brew install gettext texinfo bison flex gnu-sed ncurses gsl gmp mpfr autoconf automake cmake libusb-compat libarchive gpgme bash openssl libtool zlib
1111 brew reinstall openssl # https://github.com/Homebrew/homebrew-core/issues/169728#issuecomment-2074958306
1212 fi
1313 # # Check if using MacPorts
You can’t perform that action at this time.
0 commit comments