Skip to content

Commit e9b16a3

Browse files
anarthalmzimbres
authored andcommitted
Removed sudo
1 parent ced4f9b commit e9b16a3

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
@@ -241,8 +241,8 @@ jobs:
241241
steps:
242242
- name: Install dependencies
243243
run: |
244-
sudo apt-get update
245-
sudo apt-get -y --no-install-recommends install \
244+
apt-get update
245+
apt-get -y --no-install-recommends install \
246246
git \
247247
libssl-dev \
248248
make \

0 commit comments

Comments
 (0)