Skip to content

Commit

Permalink
CI: Disable msvc build
Browse files Browse the repository at this point in the history
There is somthing wrong with opusfile build in vcpkg
  • Loading branch information
Dasperal committed Apr 10, 2024
1 parent c20dc91 commit ea25ce6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ea25ce6

Please sign in to comment.