Skip to content

Commit

Permalink
Compile own, static Qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Aug 18, 2023
1 parent d2a57b7 commit 01f0ab4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/windows-static-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- master
pull_request:

env:
VCPKG_OVERLAY_PORTS: .github/vcpkg_overlays/qt

jobs:
build:
runs-on: windows-2022
Expand All @@ -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:
Expand Down

0 comments on commit 01f0ab4

Please sign in to comment.