strace
This commit is contained in:
parent
d2e676e8f7
commit
817dab3623
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue