Skip to content

Commit e9b42ff

Browse files
committed
skipped erc and drc
1 parent 2b0d662 commit e9b42ff

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/kicad.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
with:
1212
schematic_file_name: ./board/led_matrix.kicad_sch
1313
symbol_libraries: "led_matrix=../lib/symbols/led_matrix.kicad_sym"
14-
run_erc: true
14+
run_erc: false
1515
schematic_output_pdf: true
1616
schematic_output_bom: true
1717

1818
pcb_file_name: ./board/led_matrix.kicad_pcb
1919
footprint_libraries: "led_matrix=../lib/footprints/led_matrix.pretty"
20-
run_drc: true
20+
run_drc: false
2121
pcb_output_gerbers_and_drill: true
2222
pcb_output_image: true
2323

0 commit comments

Comments
 (0)