Skip to content

Commit 3588bfc

Browse files
Fixed typo
1 parent b21eed5 commit 3588bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
sudo apt update
5454
sudo apt install -y ninja-build ${{ matrix.additional-dep }}
5555
- 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
5757
- name: Compile
5858
run: |
5959
if [[ "${{ matrix.compiler }}" == "llvm" ]]; then

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ You can call `conan inspect .` to get an overview of the supported options.
9393
So, if you want XML and YAML support as well, you can call the following:
9494

9595
```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
9797
```

0 commit comments

Comments
 (0)