Skip to content

Commit 7d090dc

Browse files
committed
workflow(test): install opus before building
1 parent 9532217 commit 7d090dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/buildtest.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
~/go/bin
3636
~/.cache
3737
key: server-sdk-go
38+
39+
- name: Setup Opus
40+
run: |
41+
sudo apt-get update
42+
sudo apt-get install -y libopus-dev libopusfile-dev opus-tools
3843
3944
- name: Set up Go
4045
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)