Skip to content

Commit 4252f0b

Browse files
committed
f
1 parent 87fa604 commit 4252f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/install_and_check_minimum_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo "-- Installing Boost ${BOOST_VERSION}"
4040
sudo apt-get -qq update -y
4141
sudo apt-get -qq install libboost${BOOST_VERSION}-all-dev -y
4242
INSTALLED_BOOST_VERSION=$(dpkg-query --showformat='${Version}' --show libboost${BOOST_VERSION}-all-dev 2>/dev/null || echo "none")
43-
if [[ "$INSTALLED_BOOST_VERSION" != "$BOOST_VERSION" ]]; then
43+
if [[ "$INSTALLED_BOOST_VERSION" != ${BOOST_VERSION}* ]]; then
4444
echo "Error: installed version of boost is $INSTALLED_BOOST_VERSION, expected $BOOST_VERSION"
4545
exit 1
4646
fi

0 commit comments

Comments
 (0)