Browse Source

Do not install ninja on macOS - since it already comes preinstalled

Ivan Savenko 2 months ago
parent
commit
3fbd5a1060
1 changed files with 0 additions and 2 deletions
  1. 0 2
      CI/before_install/macos.sh

+ 0 - 2
CI/before_install/macos.sh

@@ -1,5 +1,3 @@
 #!/usr/bin/env bash
 
 echo DEVELOPER_DIR=/Applications/Xcode_14.2.app >> $GITHUB_ENV
-
-brew install ninja