We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4351ed commit 870783cCopy full SHA for 870783c
.github/actions/install-cmake-build-dependencies/action.yaml
@@ -9,8 +9,7 @@ runs:
9
- name: Install CMake dependencies
10
run: |
11
if [ "$(uname)" = "Darwin" ]; then
12
- echo "CMake build for Darwin is unimplemented."
13
- exit 1
+ brew install bazelisk ccache cmake zlib
14
else
15
# Compiler
16
sudo apt-get install clang++-9 lld-9 tar bzip2 ninja-build
0 commit comments