Browse Source

Update intel_build_all.yml

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

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

@@ -48,7 +48,9 @@ jobs:
- name: install
if: steps.cache-install.outputs.cache-hit != 'true'
run: |
curl.exe --output %TEMP%\webimage.exe --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
curl.exe --output %TEMP%\webimage.exe \
--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
start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log
del %TEMP%\webimage.exe
echo "webimage downloaded & extracted"


Loading…
Cancel
Save