try recording
This commit is contained in:
parent
6ca5834d7c
commit
f583ec9ade
|
|
@ -20,4 +20,5 @@ runs:
|
|||
- |
|
||||
mkdir -p $HOME/.config/kicad ;
|
||||
cp /root/.config/kicad/* $HOME/.config/kicad ;
|
||||
/usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/import_ses.py ${{ inputs.pcb_input_file }} ${{ inputs.ses_file }} --output-file ${{ inputs.pcb_output_file }}
|
||||
/usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/import_ses.py ${{ inputs.pcb_input_file }} ${{ inputs.ses_file }} --output-file ${{ inputs.pcb_output_file }} --record ;
|
||||
cp /tmp/*.ogv $GITHUB_WORKSPACE/
|
||||
|
|
|
|||
Loading…
Reference in New Issue