Explorar el Código

Exclude Cobalt from cmake-test-posix in ci.yml

Peter Dimov hace 2 años
padre
commit
ecd4acec1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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: |

粤ICP备19079148号