diff --git a/.github/workflows/intel_build_all.yml b/.github/workflows/intel_build_all.yml index 9e002851a..ecf4334dd 100644 --- a/.github/workflows/intel_build_all.yml +++ b/.github/workflows/intel_build_all.yml @@ -52,7 +52,7 @@ jobs: --url https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe \ --retry 5 --retry-delay 5 --max-time 600 echo "extracting image" - start /b /wait %TEMP%\webimage.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --continue-with-optional-error=yes + %TEMP%\webimage.exe -s --action install --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 -p=NEED_VS2022_INTEGRATION=0 --continue-with-optional-error=yes # ) 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=. #)