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 467ff23 commit 0fcc1feCopy full SHA for 0fcc1fe
.github/workflows/actions.yml
@@ -202,9 +202,9 @@ jobs:
202
target: 'desktop'
203
- name: Set up MSVC environment
204
run: |
205
- choco install visualstudio2022buildtools --params "--add Microsoft.VisualStudio.Workload.VCTools"
206
- where nmake
207
- powershell -Command "Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
+ # choco install visualstudio2022buildtools --params "--add Microsoft.VisualStudio.Workload.VCTools"
+ choco install visualstudio2022buildtools --include-optional
+ # powershell -Command "Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
208
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
209
set CL=/MP
210
where nmake
0 commit comments