We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06d1514 + cbf2693 commit 587e6f4Copy full SHA for 587e6f4
1 file changed
ci/linux/configure_cmake.sh
@@ -42,7 +42,7 @@ export CXXFLAGS
42
export CFLAGS
43
export LD_LIBRARY_PATH
44
45
-if [ "$RUNNER_OS" = "macOS" ]; then
+if [ "$RUNNER_OS" = "macOS" ] && [ ! -x "$(which ninja)" ]; then
46
brew install ninja
47
fi
48
0 commit comments