File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ jobs:
295295 OPENBLAS_VERSION : 0.3.23
296296 OPENCL_VERSION : 2023.04.17
297297 CLBLAST_VERSION : 1.6.0
298- SDE_VERSION : 9.21.1-2023-04-24
298+ SDE_VERSION : 9.33.0-2024-01-07
299299
300300 strategy :
301301 matrix :
@@ -400,7 +400,7 @@ jobs:
400400 id : cmake_test_sde
401401 if : ${{ matrix.build == 'avx512' && env.HAS_AVX512F == '0' }} # use Intel SDE for AVX-512 emulation
402402 run : |
403- curl.exe -o $env:RUNNER_TEMP/sde.tar.xz -L "https://downloadmirror.intel.com/777395 /sde-external-${env:SDE_VERSION}-win.tar.xz"
403+ curl.exe -o $env:RUNNER_TEMP/sde.tar.xz -L "https://downloadmirror.intel.com/813591 /sde-external-${env:SDE_VERSION}-win.tar.xz"
404404 # for some weird reason windows tar doesn't like sde tar.xz
405405 7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar.xz
406406 7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar
You can’t perform that action at this time.
0 commit comments