From 01f0ab4c546f06625ad1f0ecfd319d132fccf735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Wed, 16 Aug 2023 13:31:27 +0200 Subject: [PATCH] Compile own, static Qt version --- .github/workflows/windows-static-build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/windows-static-build.yml b/.github/workflows/windows-static-build.yml index b991834b69..c00776d248 100644 --- a/.github/workflows/windows-static-build.yml +++ b/.github/workflows/windows-static-build.yml @@ -7,9 +7,6 @@ on: - master pull_request: -env: - VCPKG_OVERLAY_PORTS: .github/vcpkg_overlays/qt - jobs: build: runs-on: windows-2022 @@ -28,13 +25,6 @@ jobs: Move-Item -Path vcpkg -Destination c:\build New-Item -ItemType Junction -Path "vcpkg" -Target "c:\build\vcpkg" - - name: Install Qt - uses: jurplel/install-qt-action@v3 - with: - version: '6.4.0' - cache: 'true' - modules: 'qtmultimedia' - - name: Cache external tools uses: actions/cache@v2 with: