|
@@ -162,7 +162,7 @@ jobs:
|
|
|
- name: Configure Boost
|
|
- name: Configure Boost
|
|
|
run: |
|
|
run: |
|
|
|
mkdir __build__ && cd __build__
|
|
mkdir __build__ && cd __build__
|
|
|
- cmake -DBUILD_TESTING=ON -DBOOST_EXCLUDE_LIBRARIES="lockfree;outcome;process;static_string;url" ..
|
|
|
|
|
|
|
+ cmake -DBUILD_TESTING=ON -DBOOST_EXCLUDE_LIBRARIES="cobalt;lockfree;outcome;process;static_string;url" ..
|
|
|
|
|
|
|
|
- name: Build tests
|
|
- name: Build tests
|
|
|
run: |
|
|
run: |
|