]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos: restore nghttp2 package for runtests HTTP/2 tests
authorViktor Szakats <commit@vsz.me>
Wed, 5 Mar 2025 21:48:46 +0000 (22:48 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 5 Mar 2025 21:57:49 +0000 (22:57 +0100)
Regression from e7751571ebca9f18588a1905d7741a99be5ae96b #16517

.github/workflows/macos.yml

index 6490e8065a66d8390adc3abe5489309d60fd4335..0a8b33aab9f2b0b1448df55bbfed922acba2c82b 100644 (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