mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-11-16 12:15:39 -05:00
install libopus-dev in github action
This commit is contained in:
parent
dbe46c87fc
commit
6a188336b9
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
-
|
||||
name: Install libopus-dev
|
||||
run: sudo apt-get -y install libopus-dev
|
||||
-
|
||||
name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
|
Loading…
Reference in New Issue
Block a user