Skip to content

Commit fa743ad

Browse files
committed
ci: use autogen.sh for build preparation
1 parent adf698c commit fa743ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020

2121
- name: Configure project
2222
run: |
23-
libtoolize --copy
24-
autoreconf --install
23+
./autogen.sh
2524
./configure --enable-stubs
2625
2726
- name: Generate compilation database

0 commit comments

Comments
 (0)