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 2802e17 commit ccf8365Copy full SHA for ccf8365
.github/workflows/kicad.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Run DRC
26
run: |
27
- kicad-cli pcb drc --output-file=drc.rpt --exit-code-violations tuxkeychain.kicad_pcb
+ kicad-cli pcb drc --output=drc.rpt --exit-code-violations tuxkeychain.kicad_pcb
28
status=$?
29
if [ $status -ne 0 ]; then
30
echo "DRC failed with exit code $status"
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Run ERC
55
56
- kicad-cli sch erc --output-file=erc.rpt --exit-code-violations tuxkeychain.kicad_pcb
+ kicad-cli sch erc --output=erc.rpt --exit-code-violations tuxkeychain.kicad_pcb
57
58
59
echo "ERC failed with exit code $status"
0 commit comments