Skip to content

Commit

Permalink
[CI] Remove --no-modify-path from install_rustup
Browse files Browse the repository at this point in the history
This is a temporary workaround for rust-lang/rustup#2578

Signed-off-by: Christopher Maier <[email protected]>
  • Loading branch information
christophermaier committed Nov 30, 2020
1 parent ad4ee6e commit 3eb2de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/scripts/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_rustup() {
echo "--- :rust: rustup is currently installed."
else
echo "--- :rust: Installing rustup."
curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y --profile=minimal
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile=minimal
# shellcheck disable=SC1090
source "$HOME"/.cargo/env
fi
Expand Down

0 comments on commit 3eb2de7

Please sign in to comment.