GHA/macos: restore nghttp2 package for runtests HTTP/2 tests

Regression from e7751571eb #16517
This commit is contained in:
Viktor Szakats 2025-03-05 22:48:46 +01:00
parent 2485d3edaa
commit 05c0a6e270
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -185,7 +185,7 @@ jobs:
run: |
echo ${{ matrix.build.generate && 'ninja' || 'automake libtool' }} \
pkgconf libpsl libssh2 \
${{ !matrix.build.clang-tidy && 'libnghttp2 stunnel' || '' }} \
${{ !matrix.build.clang-tidy && 'nghttp2 stunnel' || '' }} \
${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done