Skip to content

Commit a3b8265

Browse files
authored
Merge pull request #166 from Neotron-Compute/use-kicad-7
Use kicad 7
2 parents dbb8455 + 8d64780 commit a3b8265

23 files changed

Lines changed: 103743 additions & 156504 deletions

.github/workflows/kibot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
DRC:
2828
runs-on: ubuntu-latest
2929
container:
30-
image: setsoft/kicad_auto:ki6.0.7_Debian
30+
image: setsoft/kicad_auto:ki7
3131
steps:
3232
- uses: actions/checkout@v3
3333
with:
@@ -38,7 +38,7 @@ jobs:
3838
ERC:
3939
runs-on: ubuntu-latest
4040
container:
41-
image: setsoft/kicad_auto:ki6.0.7_Debian
41+
image: setsoft/kicad_auto:ki7
4242
steps:
4343
- uses: actions/checkout@v3
4444
with:
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
needs: [ERC, DRC]
5252
container:
53-
image: setsoft/kicad_auto:ki6.0.7_Debian
53+
image: setsoft/kicad_auto:ki7
5454
steps:
5555
- uses: actions/checkout@v3
5656
with:

0 commit comments

Comments
 (0)