From a7144c12a4c919854bd84cb5734112699f3e150a Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Mon, 29 Jul 2024 08:50:02 -0600 Subject: [PATCH] patch for gitea --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 1f7e960..24b6e76 100755 --- a/setup.sh +++ b/setup.sh @@ -2,8 +2,8 @@ set -e 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 +. "$HOME/.cargo/env" args=() # shellcheck disable=SC2206