gitea needs to write documentation

This commit is contained in:
Oliver Atkinson 2024-07-29 08:47:23 -06:00
parent e4642110eb
commit b59c03d8bd

View File

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