Skip to content

Commit

Permalink
Test build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Sep 20, 2024
1 parent b0fdcea commit 7cfe2e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7cfe2e7

Please sign in to comment.