Skip to content

Commit

Permalink
force reinstall Alien::proj as cached may have out of date proj path
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jun 3, 2024
1 parent 3586372 commit ac235ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion github-actions/install-dep-pdl-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
echo "::endgroup::"
elif ${{ toJSON( runner.os == 'macOS' ) }}; then
echo "::group::Install main PDL deps (via brew)"
brew update
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install proj netpbm gsl
echo "::endgroup::"
fi
Expand All @@ -20,7 +21,8 @@ runs:
run: |
if ${{ toJSON( runner.os == 'Linux' || runner.os == 'macOS' ) }}; then
echo "::group::Install extra optional main PDL deps (via cpanm)"
cpanm -n Term::ReadLine::Gnu Alien::HDF4 Alien::proj Inline::C || cat ~/.cpanm/build.log
cpanm -n Term::ReadLine::Gnu Alien::HDF4 Inline::C || cat ~/.cpanm/build.log
cpanm -n --reinstall Alien::proj
echo "::endgroup::"
fi
- name: Install OpenGL PDL deps
Expand Down

0 comments on commit ac235ce

Please sign in to comment.