Skip to content

Commit 8b20875

Browse files
authored
ci: build test
1 parent a62fc3e commit 8b20875

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/windows_build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,14 @@ jobs:
138138
# run: |
139139
# flutter pub global activate intl_utils
140140
# flutter pub global run intl_utils:generate
141+
- name: Setup Visual Studio environment
142+
shell: cmd
143+
run: |
144+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
145+
echo %PATH% > %GITHUB_PATH%
146+
141147
- name: Flutter build Windows
148+
shell: cmd
142149
run: flutter build windows -v
143150

144151
- name: Archive build

0 commit comments

Comments
 (0)