Skip to content

Commit

Permalink
Add libtool to MacOS dependencies for github actions (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 authored May 1, 2024
1 parent 61f8513 commit 0dd1140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: startsWith(matrix.os,'macos') && !startsWith(matrix.build-system,'cmake')
run: |
brew update
brew install automake pkg-config libogg
brew install automake pkg-config libogg libtool
- name: Install Linux dependencies
if: startsWith(matrix.os,'ubuntu')
Expand Down

0 comments on commit 0dd1140

Please sign in to comment.