File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,28 +27,34 @@ jobs:
2727 DRC :
2828 runs-on : ubuntu-latest
2929 container :
30- image : setsoft/kicad_auto:dev_k6
30+ image : setsoft/kicad_auto:ki6.0.7_Debian
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v3
33+ with :
34+ submodules : true
3335 - name : Run KiBot for DRC
3436 run : |
3537 kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_drc -v -i
3638 ERC :
3739 runs-on : ubuntu-latest
3840 container :
39- image : setsoft/kicad_auto:dev_k6
41+ image : setsoft/kicad_auto:ki6.0.7_Debian
4042 steps :
41- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v3
44+ with :
45+ submodules : true
4246 - name : Run KiBot for ERC
4347 run : |
4448 kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc -v -i
4549 build :
4650 runs-on : ubuntu-latest
4751 needs : [ERC, DRC]
4852 container :
49- image : setsoft/kicad_auto:dev_k6
53+ image : setsoft/kicad_auto:ki6.0.7_Debian
5054 steps :
51- - uses : actions/checkout@v2
55+ - uses : actions/checkout@v3
56+ with :
57+ submodules : true
5258 - name : Get Branch Name
5359 if : github.event_name == 'push' && startswith(github.ref, 'refs/tags/')
5460 id : branch_name
5864 run : |
5965 kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc,run_drc -v
6066 - name : Upload KiBot Output
61- uses : actions/upload-artifact@v2
67+ uses : actions/upload-artifact@v3
6268 if : ${{success()}}
6369 with :
6470 name : Build-Outputs
You can’t perform that action at this time.
0 commit comments