CI: reverted use of ninja for the windows build

master
Martin Gerhardy 2022-02-08 17:31:35 +01:00
parent 589fedd700
commit f5ebbd21aa
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DHOT_RELOAD_ANIM=0 -GNinja
cmake .. -DCMAKE_BUILD_TYPE=Release -DHOT_RELOAD_ANIM=0
cmake --build .
- name: install