We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cb0c2 commit e6540bbCopy full SHA for e6540bb
.github/workflows/build-win-10.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Conan install
63
run: |
64
- 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
+ conan install . -i build -s build_type=Release -s compiler="Visual Studio" --build fmt --build boost_filesystem --build libiconv --build=libxml2 --build=zlib
65
shell: cmd
66
67
- name: Conan build
0 commit comments