Try again.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:49:36 -07:00
parent 8b23837fde
commit 9319fb502c
1 changed files with 2 additions and 7 deletions

View File

@ -57,19 +57,14 @@ jobs:
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
shell: cmd
- name: Conan version
run: |
conan --version
shell: cmd
- name: Conan install
run: |
conan install .. -i build -s build_type=Release -s compiler="Visual Studio" -s compiler.version=15 --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
cd .. && conan install . -i build -s build_type=Release -s compiler="Visual Studio" -s compiler.version=15 --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
shell: cmd
- name: Conan build
run: |
conan build -bf build ..
cd .. && conan build -bf build .
shell: cmd
- name: Move build