Update c-cpp.yml
Makefile updated
This commit is contained in:
parent
6e10b2507e
commit
d486dbc3e6
1 changed files with 4 additions and 8 deletions
12
.github/workflows/c-cpp.yml
vendored
12
.github/workflows/c-cpp.yml
vendored
|
|
@ -13,11 +13,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: make
|
||||
run: make
|
||||
- name: make check
|
||||
run: make check
|
||||
- name: make distcheck
|
||||
run: make distcheck
|
||||
- name: make clean
|
||||
run: make clean
|
||||
- name: make main_compress
|
||||
run: make main_compress
|
||||
|
|
|
|||
Reference in a new issue