@@ -13,13 +13,13 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
SDK_URL :
16
- # - https://downloads.openwrt.org/releases/23.05.0 /targets/ipq806x/generic/openwrt-sdk-23.05.0 -ipq806x-generic_gcc-12.3 .0_musl_eabi.Linux-x86_64.tar.xz
17
- # - https://downloads.openwrt.org/releases/23.05.0 /targets/ipq40xx/generic/openwrt-sdk-23.05.0 -ipq40xx-generic_gcc-12.3 .0_musl_eabi.Linux-x86_64.tar.xz
18
- # - https://downloads.openwrt.org/releases/23.05.0 /targets/ramips/mt7621/openwrt-sdk-23.05.0 -ramips-mt7621_gcc-12.3 .0_musl.Linux-x86_64.tar.xz
19
- # - https://downloads.openwrt.org/releases/23.05.0 /targets/ath79/generic/openwrt-sdk-23.05.0 -ath79-generic_gcc-12.3 .0_musl.Linux-x86_64.tar.xz
20
- # - https://downloads.openwrt.org/releases/23.05.0 /targets/ath79/nand/openwrt-sdk-23.05.0 -ath79-nand_gcc-12.3 .0_musl.Linux-x86_64.tar.xz
21
- - https://downloads.openwrt.org/releases/23.05.0 /targets/x86/64/openwrt-sdk-23.05.0 -x86-64_gcc-12.3 .0_musl.Linux-x86_64.tar.xz
22
- - https://downloads.openwrt.org/releases/23.05.0 /targets/rockchip/armv8/openwrt-sdk-23.05.0 -rockchip-armv8_gcc-12.3 .0_musl.Linux-x86_64.tar.xz
16
+ # - https://downloads.openwrt.org/releases/22.03.5 /targets/ipq806x/generic/openwrt-sdk-22.03.5 -ipq806x-generic_gcc-11.2 .0_musl_eabi.Linux-x86_64.tar.xz
17
+ # - https://downloads.openwrt.org/releases/22.03.5 /targets/ipq40xx/generic/openwrt-sdk-22.03.5 -ipq40xx-generic_gcc-11.2 .0_musl_eabi.Linux-x86_64.tar.xz
18
+ # - https://downloads.openwrt.org/releases/22.03.5 /targets/ramips/mt7621/openwrt-sdk-22.03.5 -ramips-mt7621_gcc-11.2 .0_musl.Linux-x86_64.tar.xz
19
+ # - https://downloads.openwrt.org/releases/22.03.5 /targets/ath79/generic/openwrt-sdk-22.03.5 -ath79-generic_gcc-11.2 .0_musl.Linux-x86_64.tar.xz
20
+ # - https://downloads.openwrt.org/releases/22.03.5 /targets/ath79/nand/openwrt-sdk-22.03.5 -ath79-nand_gcc-11.2 .0_musl.Linux-x86_64.tar.xz
21
+ - https://downloads.openwrt.org/releases/22.03.5 /targets/x86/64/openwrt-sdk-22.03.5 -x86-64_gcc-11.2 .0_musl.Linux-x86_64.tar.xz
22
+ - https://downloads.openwrt.org/releases/22.03.5 /targets/rockchip/armv8/openwrt-sdk-22.03.5 -rockchip-armv8_gcc-11.2 .0_musl.Linux-x86_64.tar.xz
23
23
steps :
24
24
- uses : actions/checkout@master
25
25
- name : Env for Openwrt SDK
65
65
echo 'CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y' >> .config
66
66
echo 'CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y' >> .config
67
67
echo 'CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan=y' >> .config
68
+ echo 'CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Tuic_Client=y' >> .config
68
69
echo 'CONFIG_PACKAGE_luci-i18n-ssr-plus-zh-cn=m' >> .config
69
70
make defconfig
70
71
# build packages
0 commit comments