We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fd4c9 commit 9e69811Copy full SHA for 9e69811
.github/workflows/main.yaml
@@ -157,14 +157,13 @@ jobs:
157
with:
158
msystem: UCRT64
159
update: true
160
- install: diffutils m4 make rustup
+ install: diffutils m4 make mingw-w64-rustup
161
162
- name: Run on Windows
163
if: matrix.os == 'windows-2025'
164
shell: msys2 {0}
165
run: |
166
- ./ci/setup-windows.sh ${{ matrix.target }}
167
- ./ci/run.sh ${{ matrix.target }}
+ ./ci/run-windows.sh ${{ matrix.target }}
168
169
# # Non-linux tests just use our raw script
170
# - name: Run locally
ci/setup-windows.sh renamed to ci/run-windows.sh
@@ -10,3 +10,5 @@ make --help
10
rustup update nightly-x86_64-gnu
11
rustup default nightly-x86_64-gnu
12
rustup target add "$target"
13
+
14
+./ci/run.sh ${{ matrix.target }}
0 commit comments