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: