Skip to content

Commit 3c79e7a

Browse files
committed
Add build missing.
1 parent aa921ce commit 3c79e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ jobs:
233233

234234
- name: Conan install
235235
run: |
236-
conan install . -i build -s build_type=Release --build bzip2 --build boost --build fmt --build libbacktrace --build libiconv --build libxml2 --build zlib
236+
conan install . -i build -s build_type=Release --build missing
237237
shell: bash
238-
238+
239239
- name: Conan build
240240
run: |
241241
conan build -bf build .

0 commit comments

Comments
 (0)