Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Oct 27, 2024
1 parent 3498ebe commit 834bcea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 1 addition & 2 deletions share/ci/scripts/linux/install_help2man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -29,7 +28,7 @@ cd "$HELP2MAN_DIR"

# Configure, build, and install help2man
echo "Configuring help2man..."
./configure $HELP2MAN_SUFFIX
./configure

echo "Building help2man..."
make
Expand Down

0 comments on commit 834bcea

Please sign in to comment.