Skip to content

Commit

Permalink
Test autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
thommey committed Jun 16, 2024
1 parent 9aa0844 commit 4fede4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: sudo apt-get install build-essential autoconf autoheader
run: sudo apt-get install build-essential autoconf
- name: Remove configure revision
run: find . -name configure -exec sed -i 's/From configure.ac (.*)//' {} \;
- name: Stage revision removal
Expand Down

0 comments on commit 4fede4b

Please sign in to comment.