This commit is contained in:
Leo B 2021-12-01 20:14:40 +01:00
parent d2e676e8f7
commit 817dab3623
1 changed files with 3 additions and 11 deletions

View File

@ -15,17 +15,9 @@ runs:
- '-c'
# - '/usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py "$GITHUB_WORKSPACE/${{ inputs.pcb_file }}" "$GITHUB_WORKSPACE/${{ inputs.dsn_file }}"'
- |
echo /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py /github/workspace/${{ inputs.pcb_file }} /github/workspace/${{ inputs.dsn_file }} ;
echo ;
ls -l /github/workspace/${{ inputs.pcb_file }};
ls -l /github/workspace/${{ inputs.dsn_file }};
echo ;
/usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py /github/workspace/${{ inputs.pcb_file }} /github/workspace/${{ inputs.dsn_file }} --record ;
ls -la /tmp ;
echo ;
ls -la /root/.config/kicad/ ;
echo ;
cat /root/.config/kicad/pcbnew ;
apt-get update ;
apt-get install -y strace ;
strace /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py /github/workspace/${{ inputs.pcb_file }} /github/workspace/${{ inputs.dsn_file }} --record ;
cp /tmp/export_dsn_screencast.ogv /github/workspace/output/ ;
exit 0