Fix action, must run autogen.sh first

This commit is contained in:
Joachim Nilsson 2019-12-14 09:40:41 +01:00 committed by GitHub
parent 65abc37809
commit b3694592cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: ./configure
run: ./autogen.sh && ./configure
- name: build
run: make
- name: clang-tidy check