From 12be0fc12018acc18d4c6247b7b5bd10da3298ec Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Sat, 3 May 2025 15:08:20 -0300 Subject: [PATCH] ci: remove run-vcpkg step --- .github/workflows/desktop-build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 4d406c1b6..4c2564295 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -387,14 +387,14 @@ jobs: tools: ${{matrix.qt_tools}} modules: ${{matrix.qt_modules}} - - name: Run vcpkg - uses: lukka/run-vcpkg@v11 - with: - runVcpkgInstall: true - doNotCache: false - env: - VCPKG_DEFAULT_TRIPLET: 'x64-windows' - VCPKG_DISABLE_METRICS: 1 + # - name: Run vcpkg + # uses: lukka/run-vcpkg@v11 + # with: + # runVcpkgInstall: true + # doNotCache: false + # env: + # VCPKG_DEFAULT_TRIPLET: 'x64-windows' + # VCPKG_DISABLE_METRICS: 1 - name: Build Cockatrice id: build