Skip to content

Commit 33438c4

Browse files
committed
update ICX version in CI
1 parent 09acf3f commit 33438c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ jobs:
305305

306306
- name: Download icx compiler
307307
env:
308-
# Link source: https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler-download.html
309-
CMPLR_LINK: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/15a35578-2f9a-4f39-804b-3906e0a5f8fc/w_dpcpp-cpp-compiler_p_2024.2.1.83_offline.exe"
308+
# Link source: https://www.intel.com/content/www/us/en/developer/tools/oneapi/oneapi-toolkit-download.html
309+
CMPLR_LINK: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/baec913e-84a0-439d-becc-6fb62f2d0c83/intel-dpcpp-cpp-compiler-2026.0.0.560_offline.exe"
310310
run: |
311311
Invoke-WebRequest -Uri "${{ env.CMPLR_LINK }}" -OutFile compiler_install.exe
312312
@@ -349,6 +349,7 @@ jobs:
349349
run: |
350350
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
351351
call "C:\Program Files (x86)\Intel\oneAPI\setvars-vcvarsall.bat"
352+
set "PATH=${{env.BUILD_DIR}}\bin;${{env.BUILD_DIR}}\bin\${{matrix.build_type}};${{env.BUILD_DIR}}\src\proxy_lib;${{env.BUILD_DIR}}\src\proxy_lib\${{matrix.build_type}};%PATH%"
352353
ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
353354
354355
- name: Prepare vcpkg cache

0 commit comments

Comments
 (0)