From ea25ce629c421f87db31b27f607d5a5ba2609280 Mon Sep 17 00:00:00 2001 From: Dasperal Date: Thu, 11 Apr 2024 01:17:26 +0300 Subject: [PATCH] CI: Disable msvc build There is somthing wrong with opusfile build in vcpkg --- .github/workflows/continuous-integration.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index eff3ebb72..ff93c80bf 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -83,15 +83,15 @@ jobs: # cmake_gen: "Visual Studio 16 2019" # Visual Studio 17 2022 # cmake_opts: "-T v141_xp -A Win32" # build_suffix: "x86-msvc" - - - display_name: "Windows | x64 | MSVC" - runner: "windows-2022" - shell: "bash" - msvc_triplet: "x64-windows" - compiler_name: "cl" - cmake_gen: "Visual Studio 17 2022" - cmake_opts: "-A x64" - build_suffix: "x64-msvc" +# - +# display_name: "Windows | x64 | MSVC" +# runner: "windows-2022" +# shell: "bash" +# msvc_triplet: "x64-windows" +# compiler_name: "cl" +# cmake_gen: "Visual Studio 17 2022" +# cmake_opts: "-A x64" +# build_suffix: "x64-msvc" - display_name: "Linux | x64 | GCC" runner: "ubuntu-22.04"