Skip to content

Commit 77344cd

Browse files
committed
Update windows.yml
1 parent 8b802b7 commit 77344cd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
dotnet-version: '10.0.x'
4444
- name: "Setup Environment"
4545
shell: pwsh
46-
run: echo "${{ steps.msys2.outputs.msys2-location }}\${{ matrix.variant.subsys }}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
46+
run: |
47+
echo "${{ steps.msys2.outputs.msys2-location }}\${{ matrix.variant.subsys }}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
48+
choco install windows-sdk-10.0 -y --version=10.0.22621.0
49+
choco install visualstudio2026-workload-universalbuildtools -y
4750
- name: "Restore"
4851
run: dotnet restore ${{ env.PROJECT_NAME }} --runtime win-${{ matrix.variant.arch }} /p:PublishReadyToRun=true
4952
- name: "Publish"

0 commit comments

Comments
 (0)