This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 18:09:56 -07:00
parent e6540bb31c
commit ce90eb08c8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
- name: Conan install
run: |
conan install . -i build -s build_type=Release -s compiler="Visual Studio" --build fmt --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
conan install . -i build -s build_type=Release -s compiler="Visual Studio" --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
shell: cmd
- name: Conan build