We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed35b3 commit 5a9a9ffCopy full SHA for 5a9a9ff
.github/workflows/conan.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install conan dependencies
26
run: |
27
conan profile detect --force
28
- conan install . --output-folder=build --build=missing -s:a compiler.cppstd=20 -o:a build_tests=True
+ conan install . --output-folder=build --build=missing -s:a compiler.cppstd=20 -o:a build_tests=True -o sparrow:with_json_reader=True
29
30
- name: CMake configuration
31
0 commit comments