1
0
mirror of https://github.com/stryan/mumble-discord-bridge.git synced 2024-06-26 09:00:15 -04:00

install libopus-dev in github action

This commit is contained in:
Tyler Stiene 2021-05-14 01:13:26 -04:00
parent dbe46c87fc
commit 3b3ae4b3ca

View File

@ -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