Check if it is possible to build project with C++20 on current CI

This commit is contained in:
Siarhei Fedartsou 2024-05-11 14:24:29 +02:00
parent f1f2cb2ece
commit 4efea7ccb0

View File

@ -434,8 +434,8 @@ jobs:
wget -q https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERSCORE}.tar.gz
tar xzf boost_${BOOST_VERSION_UNDERSCORE}.tar.gz
cd boost_${BOOST_VERSION_UNDERSCORE}
./bootstrap.sh
./b2 install
sudo ./bootstrap.sh
sudo ./b2 install
cd ..
rm -rf boost_${BOOST_VERSION_UNDERSCORE}*
fi