Skip to content

Commit

Permalink
ci: download OpenWrt toolchain from GitHub Releases
Browse files Browse the repository at this point in the history
It is too slow to download SDK from the OpenWrt official website.

Signed-off-by: Shiji Yang <[email protected]>
  • Loading branch information
DragonBluep committed Nov 19, 2022
1 parent ebafd18 commit fdba0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdba0a1

Please sign in to comment.