Skip to content

Commit

Permalink
Added 'brew install libtool'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 21, 2024
1 parent 13def52 commit 547dfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: "Install dependencies (macOS)"
if: runner.os == 'macOS'
run: |
brew install autoconf automake
brew install autoconf automake libtool
autoupdate
- name: "Build"
run: |
Expand Down

0 comments on commit 547dfdd

Please sign in to comment.