Skip to content

Commit

Permalink
WIP show build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Dec 13, 2024
1 parent ddc92cb commit 4fc2c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ jobs:
perl '-Mv5.12' -e '' || cpanm --quiet --notest Test::[email protected]
if [ "${{ matrix.dbi-version }}" != "latest" ]; then cpanm --quiet --notest DBI@${{ matrix.dbi-version }}; fi
cpanm --quiet --notest --skip-satisfied DBI~1.608 Devel::CheckLib~1.12
cpanm --quiet --notest --skip-satisfied --installdeps --with-configure --with-develop --with-recommends --with-suggests .
cpanm --quiet --notest --skip-satisfied --installdeps --with-configure --with-develop --with-recommends --with-suggests . &> $HOME/cpanm_fail || { cat "$HOME"/cpanm_fail ; cat `grep -o '/home/runner.*log' "$HOME"/cpanm_fail` ; exit 1; }
- name: Configure
run: |
if [ "${{ matrix.perl-version }}" = "system" ]; then
Expand Down

0 comments on commit 4fc2c05

Please sign in to comment.