Skip to content

Commit 588213d

Browse files
committed
Fix syntax
1 parent ba1e471 commit 588213d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install conan dependencies
2626
run: |
2727
conan profile detect --force
28-
conan install . --output-folder=build --build=missing -s:a compiler.cppstd=20 -o:a build_tests=True -o "sparrow/*:export_json_reader=True"
28+
conan install . --output-folder=build --build=missing -s:a compiler.cppstd=20 -o "&:build_tests=True" -o "sparrow/*:export_json_reader=True"
2929
3030
- name: CMake configuration
3131
run: |

0 commit comments

Comments
 (0)