Initial commit
This commit is contained in:
8
set-build-command.sh
Executable file
8
set-build-command.sh
Executable 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
|
||||
Reference in New Issue
Block a user