Skip to content

Commit 53de1aa

Browse files
committed
fix sh
1 parent cb62226 commit 53de1aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/run-windows.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ 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 \
12-
--target "$target" \
10+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
11+
--default-toolchain nightly-x86_64-gnu \
12+
--target "$target"
1313

1414
cargo -vV
1515

1616
# rustup update nightly-x86_64-gnu
1717
# rustup default nightly-x86_64-gnu
1818
# rustup target add "$target"
1919

20-
./ci/run.sh ${{ matrix.target }}
20+
./ci/run.sh "$target"

0 commit comments

Comments
 (0)