Skip to content

Commit 870783c

Browse files
committed
[ci] Add macOS step for installing build deps.
1 parent e4351ed commit 870783c

File tree

1 file changed

+1
-2
lines changed
  • .github/actions/install-cmake-build-dependencies

1 file changed

+1
-2
lines changed

.github/actions/install-cmake-build-dependencies/action.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ runs:
99
- name: Install CMake dependencies
1010
run: |
1111
if [ "$(uname)" = "Darwin" ]; then
12-
echo "CMake build for Darwin is unimplemented."
13-
exit 1
12+
brew install bazelisk ccache cmake zlib
1413
else
1514
# Compiler
1615
sudo apt-get install clang++-9 lld-9 tar bzip2 ninja-build

0 commit comments

Comments
 (0)