From 9416e49ceb5d6fca11c2a363789bb72d420abc21 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 9 Nov 2024 00:57:07 +0100 Subject: [PATCH] GHA/non-native: enable nghttp2 in OmniOS job Closes #15530 --- .github/workflows/non-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 04bf68986d..5c89b54acc 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -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.