patch for gitea

This commit is contained in:
Oliver Atkinson 2024-07-29 08:50:02 -06:00
parent b59c03d8bd
commit a7144c12a4

View File

@ -2,8 +2,8 @@
set -e set -e
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal
echo $GITHUB_PATH
echo "$HOME/.cargo/bin" >> $GITHUB_PATH echo "$HOME/.cargo/bin" >> $GITHUB_PATH
. "$HOME/.cargo/env"
args=() args=()
# shellcheck disable=SC2206 # shellcheck disable=SC2206