Skip to content

Commit

Permalink
Add back bash entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Oct 19, 2023
1 parent 37d2a0d commit 7fccdda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/autoroute/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ inputs:
runs:
using: 'docker'
image: 'docker://nixos/nix'
entrypoint: '/bin/bash'
args:
- '-c'
- |
Expand All @@ -17,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
nix-shell --argstr board ${board} ./shell.nix
done

0 comments on commit 7fccdda

Please sign in to comment.