mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-12-28 17:15:40 -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
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
-
|
||||||
|
name: Install libopus-dev
|
||||||
|
run: sudo apt-get -y install libopus-dev
|
||||||
-
|
-
|
||||||
name: Set up Go
|
name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user