Skip to content

Commit

Permalink
Github CI: the windows-2022 runner does not have ninja installed
Browse files Browse the repository at this point in the history
  • Loading branch information
rgriebl committed Oct 8, 2024
1 parent 756bfdd commit 830139b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
- name: Build for Windows
if: (matrix.config.os == 'windows')
run: |
choco install ninja
call "${{ matrix.config.environment_script }}"
call %Qt6_DIR%\bin\qt-cmake.bat -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo ${{ matrix.config.cmake_extra_config }} -B build -S .
cmake --build build --config RelWithDebInfo --parallel --target installer --verbose
Expand Down

0 comments on commit 830139b

Please sign in to comment.