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 Sep 24, 2021
1 parent 1d31bd5 commit db7ae0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ jobs:
with:
target-setup-perl: true
perl-version: ${{ matrix.perl-version }}
- name: Install FFTW3
uses: PDLPorters/devops/github-actions/install-dep-fftw3@gha-bulk-actions
- name: Install PDL dependencies
if: matrix.os == 'ubuntu-latest'
uses: PDLPorters/devops/github-actions/install-dep-pdl-dep@master
- name: Install Perl configure deps
run: |
cpanm PDL::Core::Dev
cpanm -n PDL::Core::Dev
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@master
with:
Expand Down

0 comments on commit db7ae0e

Please sign in to comment.