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