tmp: fix hash value in go.sum

This commit is contained in:
John Doe
2021-04-14 17:32:18 +08:00
parent 0568455430
commit f1681844cb

View File

@@ -88,6 +88,8 @@ jobs:
run: |
cd ~/lede
while true; do make download -j && break || true; done
make package/feeds/packages/v2ray-plugin/compile || true
sed -i 's/Kf9Qot2lLYccEzQfoCdt9img6zo5Vf+PEaoTMfa2S8k=/FGmf5rtUo3xGHyZGJi8jEa7AKin05ROfPtegmGbkCKg=/' build_dir/*/v2ray-plugin-4.37.3/go.sum
make -j$[`nproc`+1] IGNORE_ERRORS=1
mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz