Skip to content

Commit 94adbb1

Browse files
committed
Deal with CI runner windows VS quirks
1 parent 55bb1f7 commit 94adbb1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
path: android-artifacts/
187187

188188
build-windows:
189-
runs-on: windows-latest
189+
runs-on: windows-2022
190190
defaults:
191191
run:
192192
shell: bash
@@ -215,6 +215,9 @@ jobs:
215215
flutter-version: '3.38.1'
216216
channel: 'stable'
217217

218+
- name: Flutter doctor
219+
run: flutter doctor -v
220+
218221
- name: Configure app
219222
run: |
220223
cd scripts

0 commit comments

Comments
 (0)