File tree Expand file tree Collapse file tree
github-actions/install-dep-pdl-dep Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ runs:
2525 cpanm -n --reinstall Alien::proj || cat ~/.cpanm/build.log # in case has old path
2626 echo "::endgroup::"
2727 fi
28- - name : Install OpenGL PDL deps
29- uses : Perl-GPU/devops/github-actions/install-dep-pogl-dep@main
30- if : runner.os == 'Linux'
31- - name : Install extra optional OpenGL PDL deps
32- shell : bash
33- run : |
34- if ${{ toJSON( runner.os == 'Linux' ) }}; then
35- echo "::group::Install extra optional OpenGL PDL deps (via cpanm)"
36- xvfb-run cpanm -n OpenGL OpenGL::GLUT || cat ~/.cpanm/build.log
37- echo "::endgroup::"
38- fi
28+ # - name: Install OpenGL PDL deps
29+ # uses: Perl-GPU/devops/github-actions/install-dep-pogl-dep@main
30+ # if: runner.os == 'Linux'
31+ # - name: Install extra optional OpenGL PDL deps
32+ # shell: bash
33+ # run: |
34+ # if ${{ toJSON( runner.os == 'Linux' ) }}; then
35+ # echo "::group::Install extra optional OpenGL PDL deps (via cpanm)"
36+ # xvfb-run cpanm -n OpenGL OpenGL::GLUT || cat ~/.cpanm/build.log
37+ # echo "::endgroup::"
38+ # fi
You can’t perform that action at this time.
0 commit comments