Skip to content

Commit

Permalink
chore: Add missing sudo to coverity apt-get calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Dec 9, 2021
1 parent e4ad0c8 commit 7768ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7768ccc

Please sign in to comment.