Skip to content

Commit 37e0106

Browse files
committed
try splitting so path reloads
1 parent 3e34937 commit 37e0106

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,16 @@ jobs:
159159
update: true
160160
install: diffutils m4 make # mingw-w64-rustup
161161

162-
- name: Run on Windows
162+
- name: Setup windows
163163
if: matrix.os == 'windows-2025'
164164
shell: msys2 {0}
165165
run: |
166166
./ci/run-windows.sh ${{ matrix.target }}
167+
168+
- name: Run on Windows
169+
if: matrix.os == 'windows-2025'
170+
shell: msys2 {0}
171+
run: |
167172
./ci/run.sh ${{ matrix.target }}
168173
169174
# # Non-linux tests just use our raw script

0 commit comments

Comments
 (0)