Skip to content

Commit

Permalink
install patchperl, dump perlbrew log on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 15, 2024
1 parent 5c7294d commit 36a5e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ jobs:
run: |
curl -L https://install.perlbrew.pl | bash
source ~/perl5/perlbrew/etc/bashrc
perlbrew install --notest -D ${{ matrix.weirdness }} perl-5.32.0 --as perl-5.32.0-${{ matrix.weirdness }}
perlbrew install-patchperl
perlbrew install --notest -D ${{ matrix.weirdness }} perl-5.32.0 --as perl-5.32.0-${{ matrix.weirdness }} || (cat ~/perl5/perlbrew/build.perl-5.32.0.log; false)
- name: run tests
env:
PERL_USE_UNSAFE_INC: 0
Expand Down

0 comments on commit 36a5e79

Please sign in to comment.