diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ec4941f6..8e599a802 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: java-version: "8" - name: Install dependencies - Linux - run: sudo apt-get update && sudo apt-get install libsndfile1 + run: sudo apt-get update && sudo apt-get install libsndfile1 portaudio19-dev if: matrix.os == 'ubuntu-latest' - name: Install dependencies - macOS @@ -44,6 +44,7 @@ jobs: echo "LLAMA_NO_METAL=1" >> $GITHUB_ENV echo "TIKA_STARTUP_SLEEP=30" >> $GITHUB_ENV echo "TIKA_STARTUP_MAX_RETRY=10" >> $GITHUB_ENV + brew install portaudio if: matrix.os == 'macos-latest' - name: Install dependencies - Windows