remove install ninja

This commit is contained in:
Krishna Vedala 2020-05-26 01:21:32 -04:00
parent 06fe0efc94
commit 249b91d5ff
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -17,8 +17,6 @@ jobs:
- uses: actions/checkout@master - uses: actions/checkout@master
with: with:
submodules: true submodules: true
- name: Install requirements
run: sudo apt -qq install ninja-build
- name: configure - name: configure
run: cmake -G Ninja -B ./build -S . run: cmake -G Ninja -B ./build -S .
- name: build - name: build