Skip to content

Commit 5e3d05a

Browse files
MagicalTuxclaude
andcommitted
fix CI: add libopusfile-dev dependency
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e642557 commit 5e3d05a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
sudo apt-get update
27-
sudo apt-get install -y libportaudio2 libopus-dev portaudio19-dev
27+
sudo apt-get install -y libportaudio2 libopus-dev libopusfile-dev portaudio19-dev
2828
2929
- name: Build
3030
run: go build -v ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Shells-com/spice
22

3-
go 1.16
3+
go 1.23
44

55
require (
66
github.com/gordonklaus/portaudio v0.0.0-20200911161147-bb74aa485641

0 commit comments

Comments
 (0)