Skip to content

Commit 3c7cd74

Browse files
committed
remove sudo
1 parent 3533ebc commit 3c7cd74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Install dependencies
4343
run: |
44-
sudo apt-get update -qq && apt-get install -y --no-install-recommends \
44+
apt-get update -qq && apt-get install -y --no-install-recommends \
4545
build-essential \
4646
git \
4747
curl \

0 commit comments

Comments
 (0)