Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Jul 8, 2024
1 parent d7e09f4 commit 14dbf8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/PR-check-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,11 @@ jobs:
runs-on: windows-latest
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: 6.8.0
arch: win64_msvc2022_64
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech qtserialport
setup-python: 'false'
run: |
pipx run --spec git+https://github.com/miurahr/aqtinstall aqtinstall `
windows desktop 6.8.0 win64_msvc2022_64 `
--outputdir ./Qt `
--modules qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech qtserialport
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand All @@ -172,6 +171,7 @@ jobs:
# RelWithDebInfo + msvc's = .pdb file beside program file.
cmake -S . -B "./build_dir" `
-G Ninja `
-DCMAKE_PREFIX_PATH=.\Qt\6.8.0\msvc2022_64 `
-DCMAKE_C_COMPILER="cl.exe" -DCMAKE_CXX_COMPILER="cl.exe" `
-DWITH_FFMPEG_PLAYER=OFF `
-DUSE_VCPKG=ON `
Expand Down

0 comments on commit 14dbf8e

Please sign in to comment.