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 cb62226 commit b5fe4b9Copy full SHA for b5fe4b9
ci/run-windows.sh
@@ -7,8 +7,8 @@ target="$1"
7
m4 --help
8
make --help
9
10
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |
11
- sh --default-toolchain nightly-x86_64-gnu \
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- \
+ --default-toolchain nightly-x86_64-gnu \
12
--target "$target" \
13
14
cargo -vV
0 commit comments