Skip to content

Commit

Permalink
Add sudo to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbreeze413 committed Feb 4, 2024
1 parent 33209c2 commit 4443049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ jobs:

- name: Install Dependencies
run: |
apt-get update
apt-get install -y \
sudo apt-get update
sudo apt-get install -y \
libicu-dev \
libglib2.0-dev \
libssl-dev \
Expand Down

0 comments on commit 4443049

Please sign in to comment.