Skip to content

Commit

Permalink
fix bug in the release action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 2, 2024
1 parent 03e43e9 commit e6faf99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Set up build tools
run: sudo apt-get install -y build-essential autoconf automake libtool zip

- name: Generate configure script
run: autoreconf -i

- name: Configure the project
run: ./configure

Expand Down

0 comments on commit e6faf99

Please sign in to comment.