Skip to content

Commit fd90f2c

Browse files
authored
Update linux-x64-sde.yml
1 parent 2529934 commit fd90f2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linux-x64-sde.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ jobs:
4141
run: sudo apt-get update
4242
- name: gcc14
4343
run: sudo apt-get install gcc-14 g++-14
44-
#- name: Setup SDE binaries
45-
#uses: petarpetrovt/setup-sde@v3.0
4644
- name: setup-sde
4745
run: |
48-
wget -q https://downloadmirror.intel.com/915934/sde-external-10.8.0-2026-03-15-lin.tar.xz
46+
wget -q https://github.com/nihui/ncnn-assets/releases/download/toolchain/sde-external-10.8.0-2026-03-15-lin.tar.xz
4947
tar -xf sde-external-10.8.0-2026-03-15-lin.tar.xz
5048
echo "SDE_PATH=$GITHUB_WORKSPACE/sde-external-10.8.0-2026-03-15-lin" >> $GITHUB_ENV
5149
- name: build

0 commit comments

Comments
 (0)