Skip to content

Commit

Permalink
Use Boost 1.86
Browse files Browse the repository at this point in the history
libtorrent 1.2 not support 1.87 currently
  • Loading branch information
c0re100 committed Dec 21, 2024
1 parent 8580a2f commit 5729ca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ prepare_qt() {

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

0 comments on commit 5729ca5

Please sign in to comment.