Skip to content

Commit 29ae1e1

Browse files
committed
Enable Boost_DEBUG for the Configure Boost phase in posix-standalone-cmake-test
1 parent 3c1008a commit 29ae1e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
run: |
244244
cd ../boost-root
245245
mkdir __build__ && cd __build__
246-
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=~/.local ..
246+
cmake -DBoost_DEBUG=ON -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=~/.local ..
247247
248248
- name: Install Boost
249249
run: |

0 commit comments

Comments
 (0)