From 569582a0e9939235182bdb223593081349f780d5 Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Wed, 25 Oct 2023 17:27:51 -0400 Subject: [PATCH] Revert to Freerouting CLI for GitHub action --- .github/actions/autoroute/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/autoroute/action.yaml b/.github/actions/autoroute/action.yaml index 3971cf6..875c259 100644 --- a/.github/actions/autoroute/action.yaml +++ b/.github/actions/autoroute/action.yaml @@ -6,8 +6,8 @@ inputs: required: true runs: using: 'docker' - image: 'docker://nixos/nix' - entrypoint: '/bin/bash' + image: 'docker://soundmonster/freerouting_cli:v0.1.0' + entrypoint: '/bin/sh' args: - '-c' - | @@ -18,5 +18,5 @@ runs: echo Cleaning up ergogen/output/pcbs/${board}.ses rm -f ergogen/output/pcbs/${board}.ses fi - nix-shell --argstr board ${board} ./shell.nix + java -jar /opt/freerouting_cli.jar -de ergogen/output/pcbs/${board}.dsn -do ergogen/output/pcbs/${board}.ses -dr freerouting/freerouting.rules -mp 20 done \ No newline at end of file