]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: enable nghttp2 in OmniOS job
authorViktor Szakats <commit@vsz.me>
Fri, 8 Nov 2024 23:57:07 +0000 (00:57 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 9 Nov 2024 00:15:03 +0000 (01:15 +0100)
Closes #15530

.github/workflows/non-native.yml

index 04bf68986df6853b126eb0323669663d7674c46b..5c89b54acc2cd88ce195d6ac6af3c7496edb37b9 100644 (file)
@@ -197,8 +197,8 @@ jobs:
         uses: vmactions/omnios-vm@16b5996777bc675acd3d537f13df536a526cd16d # v1
         with:
           usesh: true
-          # https://pkg.omnios.org/r151050/core/en/index.shtml
-          prepare: pkg install build-essential libtool
+          # https://pkg.omnios.org/r151052/core/en/index.shtml
+          prepare: pkg install build-essential libtool nghttp2
           run: |
             set -e
             ln -s /usr/bin/gcpp /usr/bin/cpp  # Some tests expect `cpp`, which is named `gcpp` in this env.