From 9f3e583896d04394a6a7d1b1d14db29926b6630f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 16 Jun 2023 08:04:02 +0200 Subject: [PATCH] Update intel_build_all.yml --- .github/workflows/intel_build_all.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/intel_build_all.yml b/.github/workflows/intel_build_all.yml index 0773f72b3..55bdf670e 100644 --- a/.github/workflows/intel_build_all.yml +++ b/.github/workflows/intel_build_all.yml @@ -54,11 +54,11 @@ jobs: start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log del %TEMP%\webimage.exe echo "webimage downloaded & extracted" - 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 --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --log-dir=. - ) + # 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 --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% rd /s/q "webimage_extracted"