ci: update make commands to cmake

This commit is contained in:
Urs Ritzmann
2021-10-18 15:50:31 +02:00
parent f05f63cd48
commit 0703324015

View File

@ -60,9 +60,9 @@ jobs:
- name: make
run: |
cd build
make -j2
cmake --build . -j2
- name: verify
run: |
cd build
sudo make install
sudo cmake --build . --target install
ctest