From fdba0a1cc981ba9b279f70d48d41a41bb85bfa1c Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sun, 20 Nov 2022 01:30:08 +0800 Subject: [PATCH] ci: download OpenWrt toolchain from GitHub Releases It is too slow to download SDK from the OpenWrt official website. Signed-off-by: Shiji Yang --- .github/workflows/custom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom.yml b/.github/workflows/custom.yml index 613cf9dbbc..43464fac43 100644 --- a/.github/workflows/custom.yml +++ b/.github/workflows/custom.yml @@ -96,7 +96,7 @@ jobs: - name: Download OpenWrt toolchain run: | - wget -O - https://downloads.cdn.openwrt.org/releases/19.07.10/targets/ramips/mt7621/openwrt-sdk-19.07.10-ramips-mt7621_gcc-7.5.0_musl.Linux-x86_64.tar.xz \ + wget -O - https://github.com/DragonBluep/uboot-mt7621/releases/download/20221120/openwrt-sdk-19.07.10-ramips-mt7621_gcc-7.5.0_musl.Linux-x86_64.tar.xz \ | tar --xz -xf - - name: Set old DDR timing parameters