diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 187e0b72a6..13837a8fb1 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="cobalt;lockfree;outcome;process;static_string;url" .. + cmake -DBUILD_TESTING=ON -DBOOST_EXCLUDE_LIBRARIES="cobalt;outcome;process;static_string" .. - name: Build tests run: |