From e4642110ebb274c75b8a55e6ca49512959411f2b Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Mon, 29 Jul 2024 08:44:25 -0600 Subject: [PATCH] dumb --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e1a90e7..12a4280 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ set -e curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal -echo "$HOME/.cargo/bin" >> $GITHUB_PATH +echo "$HOME/.cargo/bin" >> $GITEA_PATH args=() # shellcheck disable=SC2206