Update build_windows.yaml

This commit is contained in:
Michael Telatynski 2025-02-27 17:11:16 +00:00 committed by GitHub
parent 3e0c7b2e35
commit c35aad387e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,10 +60,8 @@ jobs:
}
}
# - name: Install WinGet
# uses: Cyberboss/install-winget@v1
# - run: winget install -e --silent --accept-source-agreements --accept-package-agreements --id Microsoft.VisualStudio.2022.Enterprise -v "17.12.3" --force
- run: choco upgrade visualstudio2022enterprise --version=117.12.4
- name: Install VS2022 BuildTools 17.9.7
run: choco install -y visualstudio2022buildtools --version=117.9.7.0 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/180911598_-255012421/channel"
- uses: actions/checkout@v4