Skip to content

Commit

Permalink
wip: github action to create release tarballs (pt2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolbusa committed Jun 24, 2024
1 parent c53af64 commit 254085b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up dependencies
run: |
sudo apt-get update
sudo apt-get install -y autoconf automake libtool
sudo apt-get install -y autoconf automake libtool xsltproc docbook-xsl libxpm-dev libx11-dev
- name: Run autoreconf
run: autoreconf --install
Expand Down

0 comments on commit 254085b

Please sign in to comment.