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 ba1e471 commit 588213dCopy full SHA for 588213d
.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 -o "sparrow/*:export_json_reader=True"
+ conan install . --output-folder=build --build=missing -s:a compiler.cppstd=20 -o "&:build_tests=True" -o "sparrow/*:export_json_reader=True"
29
30
- name: CMake configuration
31
0 commit comments