We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec383e7 commit eaabed5Copy full SHA for eaabed5
1 file changed
.github/workflows/kibot.yml
@@ -27,7 +27,7 @@ jobs:
27
DRC:
28
runs-on: ubuntu-latest
29
container:
30
- image: setsoft/kicad_auto:ki6.0.7_Debian
+ image: setsoft/kicad_auto:ki7
31
steps:
32
- uses: actions/checkout@v3
33
with:
@@ -38,7 +38,7 @@ jobs:
38
ERC:
39
40
41
42
43
44
@@ -50,7 +50,7 @@ jobs:
50
51
needs: [ERC, DRC]
52
53
54
55
56
0 commit comments