Skip to content

Commit e6faf99

Browse files
committed
fix bug in the release action workflow
1 parent 03e43e9 commit e6faf99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Set up build tools
1616
run: sudo apt-get install -y build-essential autoconf automake libtool zip
1717

18+
- name: Generate configure script
19+
run: autoreconf -i
20+
1821
- name: Configure the project
1922
run: ./configure
2023

0 commit comments

Comments
 (0)