File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,15 +23,16 @@ jobs:
2323 KIBOT :
2424 runs-on : ubuntu-slim
2525 steps :
26- - uses : actions/checkout@v4
27- - run : | # use https://nickcoutsos.github.io/keymap-layout-tools/ to generate info.json
26+ - run : |
2827 sudo apt update
2928 sudo apt install -y kicad
30- touch board/output/pcbs/sessile.kicad_sch
31- echo '(kicad_sch (version 20230121))' > board/output/pcbs/sessile.kicad_sch
29+ - uses : actions/checkout@v4
3230 - uses : astral-sh/setup-uv@v3
3331 - run : | # use https://nickcoutsos.github.io/keymap-layout-tools/ to generate info.json
34- uv run kibot \
32+ touch board/output/pcbs/sessile.kicad_sch
33+ echo '(kicad_sch (version 20230121))' > board/output/pcbs/sessile.kicad_sch
34+
35+ uvx kibot \
3536 -c board/sessile.kibot.yaml \
3637 -d board/output/pcbs \
3738 -b board/output/pcbs/sessile.kicad_pcb \
You can’t perform that action at this time.
0 commit comments