Skip to content

Commit

Permalink
WIP fix missing '/home/ati/.config/gdb/' path.
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 20, 2025
1 parent 2026f60 commit fb1a544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ jobs:
- name: Check for Core files
run: |
echo "set auto-load safe-path /" >> /home/runner/.config/gdb/gdbinit
mkdir -p $HOME/.config/gdb/
echo "set auto-load safe-path /" >> $HOME/.config/gdb/gdbinit
CORE_FILES=( $(sudo find /var/lib/HPCCSystems/ -iname 'core*' -mtime -1 -type f -exec printf "%s\n" '{}' \; ) )
echo "NUM_OF_ML_CORES=${#CORE_FILES[@]}" >> $GITHUB_ENV
if [ ${#CORE_FILES[@]} -ne 0 ]
Expand Down

0 comments on commit fb1a544

Please sign in to comment.