Renable autorouting in GitHub Actions
This commit is contained in:
parent
94865f189c
commit
1a402ea4d3
|
|
@ -40,10 +40,10 @@ jobs:
|
|||
uses: ./.github/actions/export-dsn
|
||||
with:
|
||||
boards: corney_island
|
||||
# - name: Autoroute PCB
|
||||
# uses: ./.github/actions/autoroute
|
||||
# with:
|
||||
# boards: corney_island
|
||||
- name: Autoroute PCB
|
||||
uses: ./.github/actions/autoroute
|
||||
with:
|
||||
boards: corney_island
|
||||
# - name: Import SES
|
||||
# uses: ./.github/actions/import-ses
|
||||
# with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue