Skip to content

Commit

Permalink
GHA: Install configure deps using ci-dist action
Browse files Browse the repository at this point in the history
Connects to <PDLPorters/devops#27>.
  • Loading branch information
zmughal committed Nov 20, 2021
1 parent a7d2c8e commit 001475b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,12 @@ jobs:
perl-version: ${{ matrix.perl-version }}
- 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 Alien::Base::ModuleBuild || cat ~/.cpanm/build.log
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@master
with:
target-setup-perl: false
target-install-dist-perl-deps: true
dist-perl-deps-configure: Alien::Base::ModuleBuild
target-test-release-testing: true
target-test: true
test-enable-release-testing: ${{ matrix.release-test }}
Expand Down

0 comments on commit 001475b

Please sign in to comment.