mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 21:41:27 +01:00
Exclude Cobalt from cmake-test-posix in ci.yml
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -162,7 +162,7 @@ jobs:
|
||||
- name: Configure Boost
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user