Skip to content

Commit 140a874

Browse files
committed
Debug
1 parent 58783bf commit 140a874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testsuite_oneprocess.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ jobs:
281281
if: always()
282282
run: |
283283
shopt -s nullglob
284+
sudo apt-get update
285+
sudo apt-get install gdb
284286
for c in $(find . -name 'core.*' -maxdepth 6); do
285287
exe=$(echo "$c" | sed -n 's/.*core\.\(.*\)\.[0-9]\+/\1/p')
286288
echo "---- $c (exe guess: $exe) ----"

0 commit comments

Comments
 (0)