Skip to content

Commit 5f0dd42

Browse files
Just build the plain vanilla
1 parent ef12c74 commit 5f0dd42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-conan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
pipx install conan
1818
conan profile detect
1919
- name: Make sure the library compiles with Conan
20-
run: conan build . --build=missing -s compiler.cppstd=20 -o *:with_capnproto=True -o *:with_cbor=True -o *:with_csv=True -o *:with_flatbuffers=True -o *:with_msgpack=True -o *:with_parquet=True -o *:with_toml=True -o *:with_ubjson=True -o *:with_xml=True -o *:with_yaml=True -o *:shared=True
20+
run: conan build . --build=missing -s compiler.cppstd=20 -o *:shared=True
2121

0 commit comments

Comments
 (0)