CI: MacOS fix

pull/772/head
Brad House 6 months ago
parent ac508af7fd
commit 7bd4c4805e
  1. 4
      .cirrus.yml

@ -207,11 +207,11 @@ task:
esac esac
;; ;;
MACOS|iOS) MACOS|iOS)
brew update && \ brew update
brew install ninja cmake googletest brew install ninja cmake googletest
case "${BUILD_TYPE}" in case "${BUILD_TYPE}" in
asan|ubsan|lsan|analyze) asan|ubsan|lsan|analyze)
brew install llvm autoconf automake libtool make brew install llvm autoconf automake libtool make ninja
;; ;;
autotools) autotools)
brew install autoconf automake libtool make brew install autoconf automake libtool make

Loading…
Cancel
Save