Skip to content

Commit

Permalink
Install missing automake on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jan 31, 2024
1 parent 5c203d5 commit 15c50f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# macOS make is too old
- if: runner.os == 'macOS'
run: |
brew install make
brew install make automake
which pipx || brew install pipx && pipx ensurepath
- name: Build and test wheels
Expand Down

0 comments on commit 15c50f1

Please sign in to comment.