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
|
||||
cmake ..
|
||||
- name: make
|
||||
run: make
|
||||
run: |
|
||||
cd build
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue