Skip to content

Commit fda8696

Browse files
committed
Try SDE 9.33
1 parent 9504c0c commit fda8696

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-
INTEL_SDE_URL=$(curl -s https://www.intel.com/content/www/us/en/download/684897/843185/intel-software-development-emulator.html | grep -Po 'https://downloadmirror.intel.com/.*lin.tar.xz(?=")')
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(?=")')
311311
curl -o /tmp/sde.tar.xz $INTEL_SDE_URL
312312
mkdir /tmp/sde && tar -xvf /tmp/sde.tar.xz -C /tmp/sde/
313313
sudo mv /tmp/sde/* /opt/sde && sudo ln -s /opt/sde/sde64 /usr/bin/sde

0 commit comments

Comments
 (0)