Compare commits

...

2 Commits

Author SHA1 Message Date
Oliver Atkinson
a128d982e9 fix merge 2024-07-29 08:40:43 -06:00
Oliver Atkinson
dec645d074 working path? 2024-07-29 08:38:12 -06:00

View File

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