From 4ba5d7c28e6c40d6baadff6cd0a41d099bd4da1a Mon Sep 17 00:00:00 2001 From: Ed J Date: Sun, 15 Dec 2024 18:06:59 +0000 Subject: [PATCH] dump perlbrew log on failure, use 5.40 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e23dd776b..49f95aa57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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