Skip to content

Commit 17a362e

Browse files
committed
feat: build with ninja on windows
1 parent 08cb687 commit 17a362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: CMake
4040
shell: bash
4141
run: |
42-
cmake -B build -DBUILD_TESTING=OFF -DQt6_DIR=../Qt/6.8.2/msvc2022_64/lib/cmake/Qt6 -DCMAKE_PREFIX_PATH=../or-tools_x64_VisualStudio2022_cpp_v9.10.4067
42+
cmake -B build -G Ninja -DBUILD_TESTING=OFF -DQt6_DIR=../Qt/6.8.2/msvc2022_64/lib/cmake/Qt6 -DCMAKE_PREFIX_PATH=../or-tools_x64_VisualStudio2022_cpp_v9.10.4067
4343
- name: Build
4444
run: cmake --build build --config Release
4545
- name: Deploy Qt

0 commit comments

Comments
 (0)