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
;;
MACOS|iOS)
brew update && \
brew update
brew install ninja cmake googletest
case "${BUILD_TYPE}" in
asan|ubsan|lsan|analyze)
brew install llvm autoconf automake libtool make
brew install llvm autoconf automake libtool make ninja
;;
autotools)
brew install autoconf automake libtool make

Loading…
Cancel
Save