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 a0babf5 commit 92738be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 'ci-dist: target-setup-perl'
uses: PDLPorters/devops/github-actions/ci-dist@master
uses: PDLPorters/devops/github-actions/ci-dist@gha-bulk-actions # TODO
with:
target-setup-perl: true
perl-version: ${{ matrix.perl-version }}
Expand All @@ -48,7 +48,7 @@ jobs:
run: |
cpanm -n Alien::Base::ModuleBuild
- name: 'ci-dist: target-all'
uses: PDLPorters/devops/github-actions/ci-dist@master
uses: PDLPorters/devops/github-actions/ci-dist@gha-bulk-actions # TODO
with:
target-setup-perl: false
target-install-dist-perl-deps: true
Expand Down

0 comments on commit 92738be

Please sign in to comment.