Update build_windows.yaml

This commit is contained in:
Michael Telatynski 2025-02-27 16:05:13 +00:00 committed by GitHub
parent 2b64533992
commit 36c1fa1f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ 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"
- run: winget install -e --silent --accept-source-agreements --accept-package-agreements --id Microsoft.VisualStudio.2022.Enterprise -v "17.12.3" --force
- uses: actions/checkout@v4