Skip to content

Commit 43878d6

Browse files
anarthalmzimbres
authored andcommitted
missing sudo
1 parent 29892f2 commit 43878d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ jobs:
210210

211211
- name: Install dependencies
212212
run: |
213-
apt-get update
214-
apt-get -y --no-install-recommends install \
213+
sudo apt-get update
214+
sudo apt-get -y --no-install-recommends install \
215215
g++ \
216216
libssl-dev \
217217
make \

0 commit comments

Comments
 (0)