File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
with :
158
158
msystem : UCRT64
159
159
update : true
160
- install : diffutils m4 make mingw-w64-rustup
160
+ install : diffutils m4 make # mingw-w64-rustup
161
161
162
162
- name : Run on Windows
163
163
if : matrix.os == 'windows-2025'
Original file line number Diff line number Diff line change @@ -7,8 +7,14 @@ target="$1"
7
7
m4 --help
8
8
make --help
9
9
10
- rustup update nightly-x86_64-gnu
11
- rustup default nightly-x86_64-gnu
12
- rustup target add " $target "
10
+ curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs |
11
+ sh --default-toolchain nightly-x86_64-gnu \
12
+ --target " $target " \
13
+
14
+ cargo -vV
15
+
16
+ # rustup update nightly-x86_64-gnu
17
+ # rustup default nightly-x86_64-gnu
18
+ # rustup target add "$target"
13
19
14
20
./ci/run.sh ${{ matrix.target } }
You can’t perform that action at this time.
0 commit comments