Skip to content

Commit 671b932

Browse files
An another try
1 parent f76d3b4 commit 671b932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: 🛠️ Configure CMake with Ninja + MSVC
4141
run: |
42-
cmake -S . -B build -G Ninja -A x64 `
42+
cmake -S . -B build -G Ninja `
4343
-DCMAKE_PREFIX_PATH="${{ env.QT_DIR }}\Qt\${{ env.QT_VERSION }}\msvc2019_64" `
4444
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}\install" `
4545
-DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)