mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13:35 +03:00
GHA: always use Ninja on macos runners
It's installed by default on the macos runners now. Closes #17115
This commit is contained in:
parent
4c20eb7108
commit
a366552243
4 changed files with 11 additions and 6 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -677,7 +677,7 @@ jobs:
|
|||
run: |
|
||||
PATH="$HOME/opt/mingw32ce/bin:$PATH"
|
||||
if [ '${{ matrix.build }}' = 'cmake' ]; then
|
||||
cmake -B bld \
|
||||
cmake -B bld -G Ninja \
|
||||
-DCMAKE_SYSTEM_NAME=WindowsCE \
|
||||
-DCMAKE_SYSTEM_VERSION=8.0 \
|
||||
-DCMAKE_SYSTEM_PROCESSOR=arm \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue