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:
|
with:
|
||||||
args: git submodule update --init
|
args: git submodule update --init
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake .
|
- run:
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
Loading…
Reference in a new issue