Skip to content

Commit 32670da

Browse files
committed
Ninja is now installed on macOS
1 parent c777312 commit 32670da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- name: Install prerequisites
9696
run: |
97-
brew install ninja autoconf automake autoconf-archive
97+
brew install autoconf automake autoconf-archive
9898
git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg"
9999
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
100100
echo "$HOME/vcpkg" >> "$GITHUB_PATH"
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- name: Install prerequisites
132132
run: |
133-
brew install ninja autoconf automake autoconf-archive
133+
brew install autoconf automake autoconf-archive
134134
git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg"
135135
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
136136
echo "VCPKG_INSTALLATION_ROOT=$HOME/vcpkg" >> $GITHUB_ENV
@@ -416,7 +416,7 @@ jobs:
416416
uses: actions/checkout@v4
417417
- name: Install prerequisites
418418
run: |
419-
brew install ninja autoconf automake autoconf-archive
419+
brew install autoconf automake autoconf-archive
420420
git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg"
421421
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
422422
echo "VCPKG_INSTALLATION_ROOT=$HOME/vcpkg" >> $GITHUB_ENV
@@ -454,7 +454,7 @@ jobs:
454454
uses: actions/checkout@v4
455455
- name: Install prerequisites
456456
run: |
457-
brew install ninja automake autoconf-archive
457+
brew install automake autoconf-archive
458458
- name: Acquire dependencies
459459
run: |
460460
cmake -DDEP_BUILD=OFF -P acquire-deps.cmake

0 commit comments

Comments
 (0)