Skip to content

Commit

Permalink
fixup! Use shared GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 25, 2021
1 parent bc9fcb1 commit 3c902fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: PDLPorters/devops/github-actions/install-dep-pdl-dep@master
- name: Install Perl configure deps
shell: bash
run: |
cpanm PDL::Core::Dev
$MYPERL -S cpanm --dev -n PDL::Core::Dev || cat ~/.cpanm/build.log
- name: Install gfortran
uses: PDLPorters/devops/github-actions/install-gfortran@master
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@master
with:
Expand Down

0 comments on commit 3c902fa

Please sign in to comment.