Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 31, 2021
1 parent 0d0d615 commit d6328ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 'ci-dist: target-setup-perl'
uses: PDLPorters/devops/github-actions/ci-dist@gha-bulk-actions # TODO
uses: PDLPorters/devops/github-actions/ci-dist@master
with:
target-setup-perl: true
perl-version: ${{ matrix.perl-version }}
perl-threaded: ${{ matrix.perl-threaded }}
- name: Install FFTW3
uses: PDLPorters/devops/github-actions/install-dep-fftw3@gha-bulk-actions # TODO
uses: PDLPorters/devops/github-actions/install-dep-fftw3@master
- name: Install PDL dependencies
uses: PDLPorters/devops/github-actions/install-dep-pdl-dep@master
- name: Install Perl configure deps
shell: bash
run: |
$MYPERL -S cpanm --dev -n PDL::Core::Dev IPC::Run || cat ~/.cpanm/build.log
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@gha-bulk-actions # TODO
uses: PDLPorters/devops/github-actions/ci-dist@master
with:
target-setup-perl: false
target-install-dist-perl-deps: true
Expand Down

0 comments on commit d6328ef

Please sign in to comment.