Skip to content

Commit

Permalink
no need HDF4 in main-PDL build
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 3, 2024
1 parent 7791082 commit 1fdf85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/install-dep-pdl-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
if ${{ toJSON( runner.os == 'Linux' ) }}; then
echo "::group::Install main PDL deps (via apt-get)"
sudo apt-get -y update && \
sudo apt-get install --no-install-recommends -y build-essential libgd-dev libhdf4-alt-dev libproj-dev proj-bin libcfitsio-dev libreadline-dev libvpx-dev libgsl0-dev netpbm libnetpbm10-dev
sudo apt-get install --no-install-recommends -y build-essential libgd-dev libproj-dev proj-bin libcfitsio-dev libreadline-dev libvpx-dev libgsl0-dev netpbm libnetpbm10-dev
echo "::endgroup::"
elif ${{ toJSON( runner.os == 'macOS' ) }}; then
echo "::group::Install main PDL deps (via brew)"
Expand Down

0 comments on commit 1fdf85c

Please sign in to comment.