We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52e84b commit 529947cCopy full SHA for 529947c
1 file changed
github-actions/install-dep-pdl-dep/action.yml
@@ -22,7 +22,6 @@ runs:
22
if ${{ toJSON( runner.os == 'Linux' || runner.os == 'macOS' ) }}; then
23
echo "::group::Install extra optional main PDL deps (via cpanm)"
24
cpanm -n Term::ReadLine::Gnu Inline::C || cat ~/.cpanm/build.log
25
- cpanm -n --reinstall Alien::proj || cat ~/.cpanm/build.log # in case has old path
26
echo "::endgroup::"
27
fi
28
# - name: Install OpenGL PDL deps
0 commit comments