Skip to content

Commit 6ba22ae

Browse files
committed
Install Windows 10 SDK in CI
1 parent 789d7e6 commit 6ba22ae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- uses: microsoft/setup-msbuild@v2
2727

28+
- run: choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Component.Windows10SDK.19041"
29+
2830
- run: echo ${{ secrets.ENV_FILE }} | base64 --decode > .env
2931
shell: bash
3032

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- uses: microsoft/setup-msbuild@v2
2323

24+
- run: choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Component.Windows10SDK.19041"
25+
2426
- run: echo ${{ secrets.ENV_FILE }} | base64 --decode > .env
2527
shell: bash
2628

0 commit comments

Comments
 (0)