From ecd4acec1ad4a42e9be4ba8c6ff0dd17178daead Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 2 Jan 2024 00:59:41 +0200 Subject: [PATCH] Exclude Cobalt from cmake-test-posix in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40e5675c71..187e0b72a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |