Remove compiler version.
This commit is contained in:
parent
9319fb502c
commit
36c249748d
|
@ -59,7 +59,7 @@ jobs:
|
|||
|
||||
- name: Conan install
|
||||
run: |
|
||||
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
|
||||
cd .. && 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
|
||||
|
|
Loading…
Reference in New Issue