Verify Boost's checksum in the build workflow

This commit is contained in:
Robbert van der Helm
2020-05-04 22:32:44 +02:00
parent c2f473dfda
commit c9b8141b6c
+4 -3
View File
@@ -49,9 +49,10 @@ jobs:
set -e
cd /tmp
wget --max-redirect 3 https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2
tar -xf boost_1_72_0.tar.bz2
rm boost_1_72_0.tar.bz2
wget --max-redirect 3 https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz
sha256sum -c <<<"c66e88d5786f2ca4dbebb14e06b566fb642a1a6947ad8cc9091f9f445134143f boost_1_72_0.tar.gz"
tar -xf boost_1_72_0.tar.gz
rm boost_1_72_0.tar.gc
cd boost_1_72_0
./bootstrap.sh --with-toolset=gcc --with-icu --with-python=