Skip to content

Commit

Permalink
curl
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 17, 2024
1 parent b44eec9 commit 49e64bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
path: _build/install_manifest-${{ matrix.build }}.txt
- name: Validate install
run: |
share/ci/scripts/linux/validate_openexr_libs.sh _install
# share/ci/scripts/linux/validate_openexr_libs.sh _install
share/ci/scripts/validate_install.py \
_build/install_manifest-${{ matrix.build }}.txt \
share/ci/install_manifest/install_manifest-${{ matrix.build }}.txt
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
path: _build/install_manifest-${{ matrix.build }}.txt
- name: Validate install
run: |
share/ci/scripts/linux/validate_openexr_libs.sh _install
# share/ci/scripts/linux/validate_openexr_libs.sh _install
share/ci/scripts/validate_install.py \
_build/install_manifest-${{ matrix.build }}.txt \
share/ci/install_manifest/install_manifest-${{ matrix.build }}.txt
Expand Down
2 changes: 1 addition & 1 deletion share/ci/scripts/linux/install_help2man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ HELP2MAN_DIR="help2man-$HELP2MAN_VERSION"

# Download help2man source code
echo "Downloading help2man version $HELP2MAN_VERSION..."
wget "$HELP2MAN_URL"
curl -O "$HELP2MAN_URL"

# Extract the downloaded tarball
echo "Extracting help2man..."
Expand Down

0 comments on commit 49e64bf

Please sign in to comment.