CI: ups - really build with ninja

master
Martin Gerhardy 2022-01-25 07:53:44 +01:00
parent 3f4f0ac183
commit 14227ed439
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
mkdir build
cd build
cmake .. -DHOT_RELOAD_ANIM=0 -GNinja
make -j 2
cmake --build .
- name: Test
run: |