working path?

This commit is contained in:
Oliver Atkinson 2024-07-29 08:38:12 -06:00
parent f55bb6e897
commit dec645d074

View File

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