Skip to content

Commit 79e4f41

Browse files
fix macOS ci warning regarding ninja
1 parent ad484d9 commit 79e4f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/linux/configure_cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export CXXFLAGS
4242
export CFLAGS
4343
export LD_LIBRARY_PATH
4444

45-
if [ "$RUNNER_OS" = "macOS" ]; then
45+
if [ "$RUNNER_OS" = "macOS" ] && [ ! -x "$(which ninja)" ]; then
4646
brew install ninja
4747
fi
4848

0 commit comments

Comments
 (0)