Skip to content

Commit 276b91e

Browse files
Silence Amazonlinux:2 warnings about deprecated coroutines
1 parent 65a25e2 commit 276b91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ case "$DISTRO" in
2828
(
2929
cd boost_1_69_0
3030
./bootstrap.sh --with-libraries=context,coroutine,date_time,filesystem,iostreams,program_options,regex,system,test,thread
31-
./b2
31+
./b2 define=BOOST_COROUTINES_NO_DEPRECATION_WARNING
3232
)
3333

3434
ln -vs /usr/bin/cmake3 /usr/local/bin/cmake

0 commit comments

Comments
 (0)