Skip to content

Commit

Permalink
Install autoconf automake libtool for macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
brentos committed Sep 25, 2024
1 parent 46e452b commit 5787737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/make-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
lfs: true
fetch-depth: 0 #for better blame info
- name: Install macOS dependencies
if: runner.os == 'macOS'
run: |
brew install autoconf automake libtool
- name: Setup
run: |
./build.sh
Expand Down

0 comments on commit 5787737

Please sign in to comment.