Skip to content

Commit 9e69811

Browse files
committed
try installing rustup again?
1 parent 69fd4c9 commit 9e69811

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yaml

+2-3
Original file line numberDiff line numberDiff 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

ci/setup-windows.sh renamed to ci/run-windows.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ make --help
1010
rustup update nightly-x86_64-gnu
1111
rustup default nightly-x86_64-gnu
1212
rustup target add "$target"
13+
14+
./ci/run.sh ${{ matrix.target }}

0 commit comments

Comments
 (0)