GHA/non-native: enable nghttp2 in OmniOS job

Closes #15530
This commit is contained in:
Viktor Szakats 2024-11-09 00:57:07 +01:00
parent f6dd3a66b2
commit 9416e49ceb
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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.