Skip to content

Commit

Permalink
Fixes issue where logs in debug mode weren't saved
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Jul 29, 2024
1 parent af24b2d commit 2745044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
gdb_exit_code=$?
echo "$gdb_output" >> logs.txt
ls
cat logs.txt | tail -n 6
# Evaluate GDB exit code and exit this workflow accordingly
if [[ $gdb_exit_code -ne 0 ]]; then
echo "GDB has exited"
Expand Down

0 comments on commit 2745044

Please sign in to comment.