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:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure
|
run: ./autogen.sh && ./configure
|
||||||
- name: build
|
- name: build
|
||||||
run: make
|
run: make
|
||||||
- name: clang-tidy check
|
- name: clang-tidy check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user