Remove compiler version.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:52:28 -07:00
parent 9319fb502c
commit 36c249748d
1 changed files with 1 additions and 1 deletions

View File

@ -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