Skip to content

Commit

Permalink
Add libsndfile to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Jun 17, 2024
1 parent 5af3b21 commit d217a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install g++ pkg-config scons ragel gengetopt \
libuv1-dev libunwind-dev libspeexdsp-dev libsox-dev libpulse-dev \
libuv1-dev libunwind-dev libspeexdsp-dev libsox-dev libsndfile1-dev libpulse-dev \
libtool intltool autoconf automake make cmake meson
- name: Install Go
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Install system dependencies
run: |
brew install scons ragel gengetopt libuv speexdsp sox cpputest
brew install scons ragel gengetopt libuv speexdsp sox libsndfile cpputest
- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit d217a96

Please sign in to comment.