|
94 | 94 | steps:
|
95 | 95 | - name: Install prerequisites
|
96 | 96 | run: |
|
97 |
| - brew install ninja autoconf automake autoconf-archive |
| 97 | + brew install autoconf automake autoconf-archive |
98 | 98 | git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg"
|
99 | 99 | $HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
100 | 100 | echo "$HOME/vcpkg" >> "$GITHUB_PATH"
|
@@ -130,7 +130,7 @@ jobs:
|
130 | 130 | steps:
|
131 | 131 | - name: Install prerequisites
|
132 | 132 | run: |
|
133 |
| - brew install ninja autoconf automake autoconf-archive |
| 133 | + brew install autoconf automake autoconf-archive |
134 | 134 | git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg"
|
135 | 135 | $HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
136 | 136 | echo "VCPKG_INSTALLATION_ROOT=$HOME/vcpkg" >> $GITHUB_ENV
|
@@ -416,7 +416,7 @@ jobs:
|
416 | 416 | uses: actions/checkout@v4
|
417 | 417 | - name: Install prerequisites
|
418 | 418 | run: |
|
419 |
| - brew install ninja autoconf automake autoconf-archive |
| 419 | + brew install autoconf automake autoconf-archive |
420 | 420 | git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg"
|
421 | 421 | $HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
422 | 422 | echo "VCPKG_INSTALLATION_ROOT=$HOME/vcpkg" >> $GITHUB_ENV
|
@@ -454,7 +454,7 @@ jobs:
|
454 | 454 | uses: actions/checkout@v4
|
455 | 455 | - name: Install prerequisites
|
456 | 456 | run: |
|
457 |
| - brew install ninja automake autoconf-archive |
| 457 | + brew install automake autoconf-archive |
458 | 458 | - name: Acquire dependencies
|
459 | 459 | run: |
|
460 | 460 | cmake -DDEP_BUILD=OFF -P acquire-deps.cmake
|
|
0 commit comments