Skip to content

Commit 9a43e32

Browse files
committed
Update openwrt sdk
1 parent b976361 commit 9a43e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: 下载SDK
2626
run: |
27-
url=https://downloads.openwrt.org/releases/23.05.0-rc4/targets/x86/64/openwrt-sdk-23.05.0-rc4-x86-64_gcc-12.3.0_musl.Linux-x86_64.tar.xz
27+
url=https://downloads.openwrt.org/releases/23.05.2/targets/x86/64/openwrt-sdk-23.05.2-x86-64_gcc-12.3.0_musl.Linux-x86_64.tar.xz
2828
wget -O openwrt.tar.xz $url
2929
tar xvf openwrt.tar.xz
3030
mv $(basename $url | awk -F '.tar.xz' '{ print $1 }') openwrt

0 commit comments

Comments
 (0)