fix merge

This commit is contained in:
Oliver Atkinson 2024-07-29 08:40:43 -06:00
commit a128d982e9

View File

@ -3,7 +3,6 @@ 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
args=()
# shellcheck disable=SC2206