Skip to content

Commit 40565e7

Browse files
committed
Hot fix to window build
1 parent 6364efa commit 40565e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

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

117117
steps:
118+
- uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
119+
with:
120+
sdk-version: 22621
121+
122+
- uses: ilammy/[email protected]
123+
with:
124+
arch: ${{ matrix.arch.cpu }}
125+
sdk: "10.0.22621.0"
126+
118127
- name: Run git checkout
119128
run: |
120129
mkdir C:\workspace\flutter

0 commit comments

Comments
 (0)