From 7cfe2e7bb4af74cd09ee13672f83f1a63acf0443 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:00:42 -0400 Subject: [PATCH] Test build deps --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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