Skip to content

Commit 6277a47

Browse files
committed
Hot fix to window build
1 parent 6364efa commit 6277a47

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,21 @@ jobs:
115115
mode: [release, profile]
116116

117117
steps:
118+
- uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
119+
with:
120+
sdk-version: 22621
121+
122+
- name: Install Windows SDK Debugging Tools (22621)
123+
uses: ChristopheLav/windows-sdk-install@v1
124+
with:
125+
version-sdk: 22621
126+
features: OptionId.WindowsDesktopDebuggers
127+
128+
- uses: ilammy/[email protected]
129+
with:
130+
arch: ${{ matrix.arch.cpu }}
131+
sdk: "10.0.22621.0"
132+
118133
- name: Run git checkout
119134
run: |
120135
mkdir C:\workspace\flutter

0 commit comments

Comments
 (0)