We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd249d3 commit 82c0fb3Copy full SHA for 82c0fb3
.github/workflows/c-cpp.yml
@@ -307,7 +307,7 @@ jobs:
307
308
- name: Install Intel SDE
309
run: |
310
- curl -o /tmp/sde.tar.xz https://downloadmirror.intel.com/859732/sde-external-9.58.0-2025-06-16-lin.tar.xz
+ curl -o /tmp/sde.tar.xz https://downloadmirror.intel.com/784319/sde-external-9.24.0-2023-07-13-lin.tar.xz
311
mkdir /tmp/sde && tar -xvf /tmp/sde.tar.xz -C /tmp/sde/
312
sudo mv /tmp/sde/* /opt/sde && sudo ln -s /opt/sde/sde64 /usr/bin/sde
313
0 commit comments