Update ccpp.yml
This commit is contained in:
parent
e03ecfea7b
commit
ac7d6472c5
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -23,4 +23,6 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: |
|
||||||
|
cd build
|
||||||
|
make
|
||||||
|
|
Loading…
Reference in a new issue