ci: CMake generator changed to Ninja

This commit is contained in:
Mateusz Pusz
2020-12-16 22:15:31 +01:00
committed by GitHub
parent 3e541fa50a
commit 943dba6562

View File

@@ -76,7 +76,7 @@ jobs:
- name: Configure CMake - name: Configure CMake
run: | run: |
cd build cd build
cmake .. -G "Ninja Multi-Config" cmake .. -G Ninja
- name: Generate documentation - name: Generate documentation
run: | run: |
cd build cd build