Update build_windows.yaml

This commit is contained in:
Michael Telatynski 2025-02-27 15:52:32 +00:00 committed by GitHub
parent aeff9c4c53
commit 2b64533992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,10 @@ 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"
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4