Skip to content

Commit bf0a4b9

Browse files
committed
Remove ninja installation from macos runners
1 parent 3d2febe commit bf0a4b9

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/Crate-publishing.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ jobs:
4747
run: |
4848
choco install ninja
4949
50-
- name: "🛠️ macOS build dependencies"
51-
if: contains(matrix.config.os, 'macOS')
52-
shell: bash
53-
run: |
54-
brew install ninja
55-
5650
- name: "🚧 Cargo test"
5751
if: "!startsWith(github.ref, 'refs/tags')"
5852
run: |

.github/workflows/Nuget-publishing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ jobs:
159159
if: contains(matrix.config.name, 'macos-x64')
160160
shell: bash
161161
run: |
162-
brew install ninja
163162
ninja --version
164163
cmake --version
165164
mkdir build

.github/workflows/build-uc2.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ jobs:
294294
if: contains(matrix.config.name, 'macos')
295295
shell: bash
296296
run: |
297-
brew install ninja
298297
ninja --version
299298
cmake --version
300299
mkdir build
@@ -314,7 +313,6 @@ jobs:
314313
if: contains(matrix.config.name, 'android')
315314
shell: bash
316315
run: |
317-
brew install ninja
318316
mkdir build
319317
mkdir instdir
320318
cmake . -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake" \

0 commit comments

Comments
 (0)