Skip to content

Commit

Permalink
CI: dump build log and fail
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Dec 29, 2022
1 parent ec35537 commit f576e73
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 @@ -78,7 +78,7 @@ jobs:
run: |
# test dep
if ${{ toJSON( runner.os != 'Windows' ) }}; then
$MYPERL -S cpanm -n FFI::Platypus || cat ~/.cpanm/build.log
$MYPERL -S cpanm -n FFI::Platypus || ( cat ~/.cpanm/build.log && false )
fi
- name: Set ALIEN_INSTALL_TYPE
shell: bash
Expand Down

0 comments on commit f576e73

Please sign in to comment.