Skip to content

Commit

Permalink
Fix macOS build (ensure texinfo is installed)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Apr 25, 2024
1 parent 47173c8 commit 1b86791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -38,6 +38,7 @@ jobs:
brew update
brew install automake --force
brew install libtool --force
brew install texinfo --force
- name: Checkstyle
if: contains(matrix.os, 'ubuntu') && contains(matrix.java, '8')
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/native-libraries-macOS.yaml
Expand Up @@ -29,6 +29,7 @@ jobs:
brew update
brew install automake --force
brew install libtool --force
brew install texinfo --force
- name: Build native code
run: |
ant -Dos.prefix=darwin-aarch64
Expand Down

0 comments on commit 1b86791

Please sign in to comment.