Update intel_build_all.yml
This commit is contained in:
parent
97829b74a7
commit
e825db8dfe
|
@ -57,7 +57,7 @@ jobs:
|
|||
if "$WINDOWS_CPP_COMPONENTS"=="" (
|
||||
webimage_extracted\bootstrapper.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
||||
) else (
|
||||
webimage_extracted\bootstrapper.exe -s --action install --components=$WINDOWS_CPP_COMPONENTS n--eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
||||
webimage_extracted\bootstrapper.exe -s --action install --components=$WINDOWS_CPP_COMPONENTS --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=.
|
||||
)
|
||||
echo "bootstrapper finished"
|
||||
set installer_exit_code=%ERRORLEVEL%
|
||||
|
|
Loading…
Reference in New Issue