install libopus-dev in github action

This commit is contained in:
Tyler Stiene 2021-05-14 01:13:26 -04:00
parent dbe46c87fc
commit 6a188336b9
1 changed files with 3 additions and 0 deletions

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