setup-rust/entrypoint.sh
Paul Campbell be47ad0bab feat!: can run commands other than cargo
All existing uses will now need to explicitly include the leading
`cargo` in their args.
2024-08-04 15:03:35 +01:00

5 lines
43 B
Bash
Executable file

#!/usr/bin/env bash
set -e
${INPUT_ARGS}