Skip to content

Commit

Permalink
Fix the Linux CI job by adding the missing system dependency (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
tweirtx authored Jul 31, 2020
1 parent 2a54410 commit 550a63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-template-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fi
if [[ "$OS" == "ubuntu-latest" ]]; then
sudo apt-get update
sudo apt-get install -y libsodium-dev libssl-dev
sudo apt-get install -y libsodium-dev libssl-dev libopus-dev
fi
displayName: 'Install dependencies'
Expand Down

0 comments on commit 550a63c

Please sign in to comment.