Skip to content

Commit 166dcd4

Browse files
committed
Revert "Update windows.yml"
This reverts commit 77344cd.
1 parent 77344cd commit 166dcd4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ jobs:
4343
dotnet-version: '10.0.x'
4444
- name: "Setup Environment"
4545
shell: pwsh
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
46+
run: echo "${{ steps.msys2.outputs.msys2-location }}\${{ matrix.variant.subsys }}\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
5047
- name: "Restore"
5148
run: dotnet restore ${{ env.PROJECT_NAME }} --runtime win-${{ matrix.variant.arch }} /p:PublishReadyToRun=true
5249
- name: "Publish"

0 commit comments

Comments
 (0)