Skip to content

Commit

Permalink
Learn again to ignore what github claims to want
Browse files Browse the repository at this point in the history
Reverts change made because github actions said "automake is already
installed"
  • Loading branch information
hamishcoleman committed Jul 16, 2024
1 parent d533322 commit 75bdcba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ jobs:
run: |
git fetch --force --tags
- name: Install packages
run: |
brew install automake
- name: generate a makefile and use it to install more packages
run: |
./autogen.sh
Expand Down

0 comments on commit 75bdcba

Please sign in to comment.