File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 uses : actions/checkout@v3
7575
7676 - name : Install OpenSSL
77- run : apt install libssl-dev
77+ run : sudo apt install libssl-dev
7878
7979 - name : Install dependencies
8080 run : ./build-support/install-dependencies.sh
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ if [[ ! -f $DIR/.done ]]; then
5050 download https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION} /source/boost_${BOOST_VERSION_} .tar.gz
5151 mkdir -p $PREFIX /include
5252 pushd $DIR
53- ./bootstrap.sh --with-libraries=python --with-python=python3 --prefix=$PREFIX
54- ./b2 address-model=64 cxxflags=" -fPIC" link=static threading=multi -j8 install
53+ ./bootstrap.sh --with-libraries=python --with-python=python3 --prefix=$PREFIX 2>&1 > /dev/null
54+ ./b2 address-model=64 cxxflags=" -fPIC" link=static threading=multi -j8 install 2>&1 > /dev/null
5555 touch .done
5656 popd
5757else
You can’t perform that action at this time.
0 commit comments