Fix action, must run autogen.sh first
This commit is contained in:
parent
65abc37809
commit
b3694592cf
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user