Initial commit

This commit is contained in:
Dave Rolsky
2023-03-05 10:57:05 -06:00
commit 1de497cb95
6 changed files with 317 additions and 0 deletions

8
set-build-command.sh Executable file
View File

@@ -0,0 +1,8 @@
set -e
set -x
if [ -f "$RUNNER_TEMP/cross" ]; then
echo "build-command=$RUNNER_TEMP/cross" >> $GITHUB_OUTPUT
else
echo "build-command=cargo" >> $GITHUB_OUTPUT
fi