Update ccpp.yml
This commit is contained in:
parent
78d3154a72
commit
3fead36fd1
5
.github/workflows/ccpp.yml
vendored
5
.github/workflows/ccpp.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
with:
|
||||
args: git submodule update --init
|
||||
- name: configure
|
||||
run: cmake .
|
||||
- run:
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
- name: make
|
||||
run: make
|
||||
|
|
Loading…
Reference in a new issue