File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
sudo apt update
54
54
sudo apt install -y ninja-build ${{ matrix.additional-dep }}
55
55
- name : Make sure the library compiles with Conan
56
- run : conan build . --build=missing -s compiler.cppstd=gnu20 -o with_cbor=True -o with_flatbuffers=True -o with_msgpack=True -o with_toml=True -o with_ubjson=True -o with_xml=True -o with_yaml=True
56
+ run : conan build . --build=missing -s compiler.cppstd=gnu20 -o &: with_cbor=True -o &: with_flatbuffers=True -o &: with_msgpack=True -o &: with_toml=True -o &: with_ubjson=True -o &: with_xml=True -o &: with_yaml=True
57
57
- name : Compile
58
58
run : |
59
59
if [[ "${{ matrix.compiler }}" == "llvm" ]]; then
Original file line number Diff line number Diff line change @@ -93,5 +93,5 @@ You can call `conan inspect .` to get an overview of the supported options.
93
93
So, if you want XML and YAML support as well, you can call the following:
94
94
95
95
``` bash
96
- conan build . --build=missing -s compiler.cppstd=gnu20 -o with_xml=True -o with_yaml=True
96
+ conan build . --build=missing -s compiler.cppstd=gnu20 -o & : with_xml=True -o & : with_yaml=True
97
97
```
You can’t perform that action at this time.
0 commit comments