Skip to content

Commit 6c2856e

Browse files
committed
wip: copilot save me
1 parent bd4fa68 commit 6c2856e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
with: { fetch-depth: 0 }
7777
- name: Setup MSBuild
7878
uses: microsoft/setup-msbuild@v2
79+
- name: Install Windows SDK 10.0.18362.0
80+
shell: powershell
81+
run: |
82+
Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=2120843" -OutFile "sdksetup.exe"
83+
Start-Process -FilePath "sdksetup.exe" -ArgumentList "/quiet", "/norestart" -Wait
7984
- name: Build
8085
env:
8186
DEMO_SIGN_PUBKEY: ${{ secrets.SAR_DEMO_SIGN_PUBKEY }}

0 commit comments

Comments
 (0)