Skip to content

Commit 910f224

Browse files
committed
Remove unnecessary "sudo"
1 parent 56f47e2 commit 910f224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perltest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646
- name: Install packages
47-
run: sudo apt-get update && sudo apt install libexpat1-dev make
47+
run: apt-get update && apt install libexpat1-dev make
4848
- name: Install modules
4949
run: cpanm -n --installdeps .
5050
- name: Coverage

0 commit comments

Comments
 (0)