Skip to content

Commit ba1e471

Browse files
committed
Use new syntax
1 parent b49e4d3 commit ba1e471

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:a build_tests=True -o "sparrow/*:export_json_reader=True"
2929
3030
- name: CMake configuration
3131
run: |

0 commit comments

Comments
 (0)