mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:43: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/distcheck.yml
vendored
2
.github/workflows/distcheck.yml
vendored
|
|
@ -180,7 +180,7 @@ jobs:
|
|||
if [[ '${{ matrix.image }}' = *'ubuntu'* ]]; then
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 install ninja-build libpsl-dev libssl-dev
|
||||
else
|
||||
brew install ninja libpsl openssl
|
||||
brew install libpsl openssl
|
||||
fi
|
||||
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue