We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76d3b4 commit 671b932Copy full SHA for 671b932
.github/workflows/windows-cmake.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: 🛠️ Configure CMake with Ninja + MSVC
41
run: |
42
- cmake -S . -B build -G Ninja -A x64 `
+ cmake -S . -B build -G Ninja `
43
-DCMAKE_PREFIX_PATH="${{ env.QT_DIR }}\Qt\${{ env.QT_VERSION }}\msvc2019_64" `
44
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}\install" `
45
-DCMAKE_BUILD_TYPE=Release
0 commit comments