Skip to content

Commit 5a9a9ff

Browse files
committed
Set sparrow with_json_reader option to True
1 parent bed35b3 commit 5a9a9ff

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
28+
conan install . --output-folder=build --build=missing -s:a compiler.cppstd=20 -o:a build_tests=True -o sparrow:with_json_reader=True
2929
3030
- name: CMake configuration
3131
run: |

0 commit comments

Comments
 (0)