Skip to content

Commit

Permalink
another attempt w/ the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 2, 2024
1 parent 3b37fc2 commit 4c8e72a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
- name: Set up build tools
run: sudo apt-get install -y build-essential autoconf automake libtool pkg-config autoconf-archive

- name: Create necessary directories
run: mkdir -p m4 auxdir build-aux/m4

- name: Generate configure script
run: autoreconf -i -I m4 -I build-aux/m4
run: autoreconf -fi

- name: Run configure
run: ./configure
Expand Down

0 comments on commit 4c8e72a

Please sign in to comment.