We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b802b7 commit 77344cdCopy full SHA for 77344cd
1 file changed
.github/workflows/windows.yml
@@ -43,7 +43,10 @@ jobs:
43
dotnet-version: '10.0.x'
44
- name: "Setup Environment"
45
shell: pwsh
46
- run: echo "${{ steps.msys2.outputs.msys2-location }}\${{ matrix.variant.subsys }}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+ 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
50
- name: "Restore"
51
run: dotnet restore ${{ env.PROJECT_NAME }} --runtime win-${{ matrix.variant.arch }} /p:PublishReadyToRun=true
52
- name: "Publish"
0 commit comments