Skip to content

Commit

Permalink
fix(ci): Use exec instead of bash
Browse files Browse the repository at this point in the history
Obviously, we don't need an interactive session during build. I'm an idiot.
  • Loading branch information
hangy committed Aug 23, 2023
1 parent 3a953c8 commit 1377e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
- name: Show Errors on Ubuntu
if: ${{ failure() }}
run: |
cip bash cat /home/cip/.cpanm/work/*/build.log
cip exec cat /home/cip/.cpanm/work/*/build.log

0 comments on commit 1377e16

Please sign in to comment.