Update c-cpp.yml

This commit is contained in:
Serge Lamikhov-Center 2020-08-24 22:14:24 +03:00 committed by GitHub
parent 99221972cf
commit b80c1d9f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: autoreconf
run: autoreconf -i -f
- name: configure
run:
autoreconf -i -f
./configure
run: ./configure
- name: make
run: make
- name: make tests