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:
157157 with :
158158 msystem : UCRT64
159159 update : true
160- install : diffutils m4 make rustup
160+ install : diffutils m4 make mingw-w64- rustup
161161
162162 - name : Run on Windows
163163 if : matrix.os == 'windows-2025'
164164 shell : msys2 {0}
165165 run : |
166- ./ci/setup-windows.sh ${{ matrix.target }}
167- ./ci/run.sh ${{ matrix.target }}
166+ ./ci/run-windows.sh ${{ matrix.target }}
168167
169168 # # Non-linux tests just use our raw script
170169 # - name: Run locally
Original file line number Diff line number Diff line change @@ -10,3 +10,5 @@ make --help
1010rustup update nightly-x86_64-gnu
1111rustup default nightly-x86_64-gnu
1212rustup target add " $target "
13+
14+ ./ci/run.sh ${{ matrix.target } }
You can’t perform that action at this time.
0 commit comments