diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f6d876bae..bf70864b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: | diff --git a/.github/workflows/native-libraries-macOS.yaml b/.github/workflows/native-libraries-macOS.yaml index a03cebd84..55363866a 100644 --- a/.github/workflows/native-libraries-macOS.yaml +++ b/.github/workflows/native-libraries-macOS.yaml @@ -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