We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2f49e commit a143755Copy full SHA for a143755
.evergreen/install-dependencies.sh
@@ -3,5 +3,6 @@
3
rm -rf ~/.rustup
4
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path
5
6
+echo "export CARGO_NET_GIT_FETCH_WITH_CLI=true" >> ~/.cargo/env
7
. ~/.cargo/env
8
rustup toolchain install nightly -c rustfmt
0 commit comments