We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa921ce commit 3c79e7aCopy full SHA for 3c79e7a
.github/workflows/build.yml
@@ -233,9 +233,9 @@ jobs:
233
234
- name: Conan install
235
run: |
236
- conan install . -i build -s build_type=Release --build bzip2 --build boost --build fmt --build libbacktrace --build libiconv --build libxml2 --build zlib
+ conan install . -i build -s build_type=Release --build missing
237
shell: bash
238
-
+
239
- name: Conan build
240
241
conan build -bf build .
0 commit comments