Update ccpp.yml

This commit is contained in:
Recep Aslantas
2019-08-27 20:01:54 +03:00
committed by GitHub
parent a450ab2d9c
commit cfaf01afaa

View File

@@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v1
- name: dependencies
run: sh ./build-deps.sh
- name: autogen
run: sh autogen.sh
- name: configure
run: ./configure
- name: make