Skip to content

Commit 5729ca5

Browse files
committed
Use Boost 1.86
libtorrent 1.2 not support 1.87 currently
1 parent 8580a2f commit 5729ca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ prepare_qt() {
270270

271271
preapare_libboost() {
272272
# build latest boost
273-
boost_ver="$(retry curl -ksSfL --compressed https://www.boost.org/users/download/ \| grep "'>Version\s*'" \| sed -r "'s/.*Version\s*([^<]+).*/\1/'" \| head -1)"
273+
# boost_ver="$(retry curl -ksSfL --compressed https://www.boost.org/users/download/ \| grep "'>Version\s*'" \| sed -r "'s/.*Version\s*([^<]+).*/\1/'" \| head -1)"
274+
boost_ver="1.86.0"
274275
echo "boost version ${boost_ver}"
275276
mkdir -p "/usr/src/boost-${boost_ver}"
276277
if [ ! -f "/usr/src/boost-${boost_ver}/.unpack_ok" ]; then

0 commit comments

Comments
 (0)