Skip to content

Commit b5fe4b9

Browse files
committed
fix sh
1 parent cb62226 commit b5fe4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run-windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ target="$1"
77
m4 --help
88
make --help
99

10-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |
11-
sh --default-toolchain nightly-x86_64-gnu \
10+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- \
11+
--default-toolchain nightly-x86_64-gnu \
1212
--target "$target" \
1313

1414
cargo -vV

0 commit comments

Comments
 (0)