Browse Source

Update intel_build_all.yml

pull/4084/head
Martin Kroeker GitHub 2 years ago
parent
commit
fb7179c717
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/intel_build_all.yml

+ 1
- 1
.github/workflows/intel_build_all.yml View File

@@ -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"
%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 -a -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=.
#)


Loading…
Cancel
Save