Add some light debugging steps

This commit is contained in:
Marco Massarelli 2023-05-07 13:30:57 -04:00
parent ccbcab01e3
commit 5eee70b71c
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ runs:
- '-c'
# GH actions set $HOME to a weird location and we have to move Kicad settings there first
- |
echo "HOME=$HOME"
ls -la $HOME
mkdir -p $HOME/.config/kicad ;
cp /root/.config/kicad/* $HOME/.config/kicad ;
for board in ${{ inputs.boards }};