Skip to content

Commit

Permalink
ci: Use --show-fail-log option
Browse files Browse the repository at this point in the history
Otherwise, it's difficult to debug the failures.

Signed-off-by: Michal Rostecki <[email protected]>
  • Loading branch information
vadorovsky committed Nov 14, 2024
1 parent 002f037 commit 23baed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crossdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Create cross environment
eselect repository create crossdev
crossdev ${{ matrix.args }} --target ${{ matrix.target }}
crossdev ${{ matrix.args }} --show-fail-log --target ${{ matrix.target }}
# zstd and its dependencies need both C and C++ toolchain. If any of them
# is broken, the installation will fail.
Expand Down

0 comments on commit 23baed9

Please sign in to comment.