Skip to content

Commit 587e6f4

Browse files
authored
Merge pull request #7150 from notimaginative/macos_ninja_ci_fix
fix macOS ci warning regarding ninja
2 parents 06d1514 + cbf2693 commit 587e6f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)