chore: Add missing sudo to coverity apt-get calls.

This commit is contained in:
iphydf 2021-12-08 14:12:37 +00:00
parent 716cc2f2ee
commit e174e68198
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install libraries
run:
apt-get update &&
apt-get install -y --no-install-recommends
sudo apt-get update &&
sudo apt-get install -y --no-install-recommends
libopus-dev
libsodium-dev
libvpx-dev