From 4381b62ec6c7cec3ca65a10493b40a6018d45d78 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:12:27 +0200 Subject: [PATCH] ci: Disable vcpkg build Until their compile times are fixed --- .github/workflows/ci.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7069fa9c146..b15bc3a3c9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,15 +80,15 @@ jobs: - preset: "win32-debug" tools: true extras: true - - preset: "win32-vcpkg" - tools: true - extras: true - - preset: "win32-vcpkg-profile" - tools: true - extras: true - - preset: "win32-vcpkg-debug" - tools: true - extras: true + #- preset: "win32-vcpkg" + # tools: true + # extras: true + #- preset: "win32-vcpkg-profile" + # tools: true + # extras: true + #- preset: "win32-vcpkg-debug" + # tools: true + # extras: true fail-fast: false uses: ./.github/workflows/build-toolchain.yml with: @@ -144,15 +144,15 @@ jobs: - preset: "win32-debug" tools: true extras: true - - preset: "win32-vcpkg" - tools: true - extras: true - - preset: "win32-vcpkg-profile" - tools: true - extras: true - - preset: "win32-vcpkg-debug" - tools: true - extras: true + #- preset: "win32-vcpkg" + # tools: true + # extras: true + #- preset: "win32-vcpkg-profile" + # tools: true + # extras: true + #- preset: "win32-vcpkg-debug" + # tools: true + # extras: true fail-fast: false uses: ./.github/workflows/build-toolchain.yml with: