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: