Skip to content

Commit 4cb8f84

Browse files
committed
use gitub asset
1 parent 33deedc commit 4cb8f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_old_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install Intel SDE
4141
run: |
42-
curl -fSL -o /tmp/sde.tar.xz https://downloadmirror.intel.com/915934/sde-external-10.8.0-2026-03-15-lin.tar.xz
42+
curl -fSL -o /tmp/sde.tar.xz https://github.com/nihui/ncnn-assets/releases/download/toolchain/sde-external-10.8.0-2026-03-15-lin.tar.xz
4343
mkdir /tmp/sde && tar -xvf /tmp/sde.tar.xz -C /tmp/sde/
4444
sudo mv /tmp/sde/* /opt/sde && sudo ln -s /opt/sde/sde64 /usr/bin/sde
4545

0 commit comments

Comments
 (0)