From 834bceac9efda60872bbeb78d6bcd581aec38b01 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 27 Oct 2024 08:31:24 -0700 Subject: [PATCH] export Signed-off-by: Cary Phillips --- .github/workflows/ci_workflow.yml | 1 + share/ci/scripts/linux/install_help2man.sh | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 758fef953..ffdc95199 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -357,6 +357,7 @@ jobs: ${{ matrix.build-type }} ${{ matrix.label }}' runs-on: windows-${{ matrix.osver }} + if: matrix.build = "1" strategy: matrix: build: [1, 2, 3, 4, 5, 6] diff --git a/share/ci/scripts/linux/install_help2man.sh b/share/ci/scripts/linux/install_help2man.sh index 6620b064c..b8e1d768a 100755 --- a/share/ci/scripts/linux/install_help2man.sh +++ b/share/ci/scripts/linux/install_help2man.sh @@ -8,7 +8,6 @@ HELP2MAN_DIR="help2man-$HELP2MAN_VERSION" if [[ $OSTYPE == *msys* ]]; then SUDO="" - HELP2MAN_SUFFIX="--program_suffix=.exe" export PROGRAM_SUFFIX=.exe else SUDO="sudo" @@ -29,7 +28,7 @@ cd "$HELP2MAN_DIR" # Configure, build, and install help2man echo "Configuring help2man..." -./configure $HELP2MAN_SUFFIX +./configure echo "Building help2man..." make