Skip to content

Commit

Permalink
dump perlbrew log on failure, use 5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 15, 2024
1 parent 5c7294d commit 4ba5d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ 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 --notest -D ${{ matrix.weirdness }} perl-5.40.0 --as perl-5.40.0-${{ matrix.weirdness }} || (cat ~/perl5/perlbrew/build.perl-5.40.0.log; false)
- name: run tests
env:
PERL_USE_UNSAFE_INC: 0
Expand Down

0 comments on commit 4ba5d7c

Please sign in to comment.