We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8580a2f commit 5729ca5Copy full SHA for 5729ca5
.github/workflows/build_appimage.sh
@@ -270,7 +270,8 @@ prepare_qt() {
270
271
preapare_libboost() {
272
# 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)"
+ # 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"
275
echo "boost version ${boost_ver}"
276
mkdir -p "/usr/src/boost-${boost_ver}"
277
if [ ! -f "/usr/src/boost-${boost_ver}/.unpack_ok" ]; then
0 commit comments