From 1a402ea4d3c8be90157e87eb5d54524e5694770a Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Sun, 15 Oct 2023 13:45:55 -0400 Subject: [PATCH] Renable autorouting in GitHub Actions --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 72d78aa..d2cee7a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: