diff --git a/.github/workflows/linux.bash b/.github/workflows/linux.bash index d0f0a16b5..6b4e9d16f 100755 --- a/.github/workflows/linux.bash +++ b/.github/workflows/linux.bash @@ -28,7 +28,7 @@ case "$DISTRO" in ( cd boost_1_69_0 ./bootstrap.sh --with-libraries=context,coroutine,date_time,filesystem,iostreams,program_options,regex,system,test,thread - ./b2 + ./b2 define=BOOST_COROUTINES_NO_DEPRECATION_WARNING ) ln -vs /usr/bin/cmake3 /usr/local/bin/cmake