From 36c249748d38328d6fe38693f64b3422ac2e0c1d Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 17:52:28 -0700 Subject: [PATCH] Remove compiler version. --- .github/workflows/build-win-10.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 90d5e07..541b394 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -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