File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,13 @@ jobs:
157
157
with :
158
158
msystem : UCRT64
159
159
update : true
160
- install : diffutils m4 make rustup
160
+ install : diffutils m4 make mingw-w64- rustup
161
161
162
162
- name : Run on Windows
163
163
if : matrix.os == 'windows-2025'
164
164
shell : msys2 {0}
165
165
run : |
166
- ./ci/setup-windows.sh ${{ matrix.target }}
167
- ./ci/run.sh ${{ matrix.target }}
166
+ ./ci/run-windows.sh ${{ matrix.target }}
168
167
169
168
# # Non-linux tests just use our raw script
170
169
# - name: Run locally
Original file line number Diff line number Diff line change @@ -10,3 +10,5 @@ make --help
10
10
rustup update nightly-x86_64-gnu
11
11
rustup default nightly-x86_64-gnu
12
12
rustup target add " $target "
13
+
14
+ ./ci/run.sh ${{ matrix.target } }
You can’t perform that action at this time.
0 commit comments