Skip to content

Commit 88c8073

Browse files
committed
switch back to latest SDE
1 parent 76ba5ca commit 88c8073

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,9 @@ jobs:
307307
308308
- name: Install Intel SDE
309309
run: |
310-
INTEL_SDE_URL=$(curl -s https://www.intel.com/content/www/us/en/download/684897/813591/intel-software-development-emulator.html | grep -Po 'https://downloadmirror.intel.com/.*lin.tar.xz(?=")')
311-
curl -o /tmp/sde.tar.xz $INTEL_SDE_URL
310+
#INTEL_SDE_URL=$(curl -s https://www.intel.com/content/www/us/en/download/684897/813591/intel-software-development-emulator.html | grep -Po 'https://downloadmirror.intel.com/.*lin.tar.xz(?=")')
311+
#curl -o /tmp/sde.tar.xz $INTEL_SDE_URL
312+
curl -o /tmp/sde.tar.xz https://downloadmirror.intel.com/859732/sde-external-9.58.0-2025-06-16-lin.tar.xz
312313
mkdir /tmp/sde && tar -xvf /tmp/sde.tar.xz -C /tmp/sde/
313314
sudo mv /tmp/sde/* /opt/sde && sudo ln -s /opt/sde/sde64 /usr/bin/sde
314315

0 commit comments

Comments
 (0)