Skip to content

Commit 82c0fb3

Browse files
committed
Use older SDE for icpx compiler
1 parent bd249d3 commit 82c0fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
308308
- name: Install Intel SDE
309309
run: |
310-
curl -o /tmp/sde.tar.xz https://downloadmirror.intel.com/859732/sde-external-9.58.0-2025-06-16-lin.tar.xz
310+
curl -o /tmp/sde.tar.xz https://downloadmirror.intel.com/784319/sde-external-9.24.0-2023-07-13-lin.tar.xz
311311
mkdir /tmp/sde && tar -xvf /tmp/sde.tar.xz -C /tmp/sde/
312312
sudo mv /tmp/sde/* /opt/sde && sudo ln -s /opt/sde/sde64 /usr/bin/sde
313313

0 commit comments

Comments
 (0)