Skip to content

Commit 8a1428c

Browse files
add 23.05.0 && fix ci luci not found
1 parent a0edced commit 8a1428c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_image_all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
sudo -u $BUILDER sed -i '/CONFIG_PACKAGE_luci-app-passwall_INCLUDE_V2ray_Plugin=y/ s/=y/=n/' .config
107107
### set golang external bootstrap root
108108
# sed -i 's|CONFIG_GOLANG_EXTERNAL_BOOTSTRAP_ROOT=""|CONFIG_GOLANG_EXTERNAL_BOOTSTRAP_ROOT="/usr/local/go"|' .config
109+
sudo -u $BUILDER make package/feeds/luci/luci-base/compile V=99
109110
sudo -u $BUILDER make package/luci-app-passwall/compile V=99 -j $(nproc) || cat logs/feeds/passwall/luci-app-passwall/dump.txt
110111
mkdir -p $VOLUME_HOME/passwall
111112
cp -r bin/packages/*/passwall/* $VOLUME_HOME/passwall

0 commit comments

Comments
 (0)