Skip to content

Commit ca7d8aa

Browse files
committed
use compatible config values
1 parent 013a57d commit ca7d8aa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
4646
mkdir build
4747
cd build
48-
cmake -GNinja ..
48+
cmake -GNinja .. ^
49+
-D ENABLE_CONDA=ON ^
50+
-D MULTI_SEMANTICS=ON ^
51+
-D WITHOUT_COOKIEOPEN=ON
52+
4953
ninja
5054
5155
- name: Test

0 commit comments

Comments
 (0)