Skip to content

Commit

Permalink
Print config.log for ARM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Nov 19, 2023
1 parent 857713d commit 92d0ff2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/slow_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ jobs:
# FIXME: Is it possible to run these in parallel without freezing?
qemu-aarch64 -L /usr/aarch64-linux-gnu build/test/main
qemu-aarch64 -L /usr/aarch64-linux-gnu build/fft_small/test/main
- if: failure()
name: "Print config.log"
run: |
cat config.log

0 comments on commit 92d0ff2

Please sign in to comment.