Skip to content

Commit 23ed47d

Browse files
rettinghausigorkorsukov
authored andcommitted
fix build
1 parent edf1a87 commit 23ed47d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildscripts/ci/macos/setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ export MACOSX_DEPLOYMENT_TARGET=10.15
2626

2727
# Install build tools
2828
echo "Install build tools"
29-
brew install cmake ninja --formula --quiet
29+
if ! command -v cmake >/dev/null 2>&1
30+
then
31+
brew install cmake ninja --formula --quiet
32+
fi
3033

3134
# Download dependencies
3235
echo "Download dependencies"

0 commit comments

Comments
 (0)