remove ninja as cmake generator

This commit is contained in:
Krishna Vedala 2020-05-26 01:22:46 -04:00
parent 249b91d5ff
commit 65d4fe035a
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -18,6 +18,6 @@ jobs:
with:
submodules: true
- name: configure
run: cmake -G Ninja -B ./build -S .
run: cmake -B ./build -S .
- name: build
run: cmake --build build