More debug

This commit is contained in:
Tilman Baumann 2023-05-05 15:09:43 +01:00
parent d4e5ad0b16
commit 346b560cfd
1 changed files with 3 additions and 0 deletions

View File

@ -17,5 +17,8 @@ runs:
for board in ${{ inputs.boards }};
do
echo Processing $board
ls -l pcbs/${board}.kicad_pcb pcbs/$ {board}.dsn
echo /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py pcbs/${board}.kicad_pcb pcbs/${board}.dsn
/usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py pcbs/${board}.kicad_pcb pcbs/${board}.dsn
done