Skip to content

Commit

Permalink
Remove unnecessary "sudo"
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 22, 2024
1 parent 56f47e2 commit 910f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install packages
run: sudo apt-get update && sudo apt install libexpat1-dev make
run: apt-get update && apt install libexpat1-dev make
- name: Install modules
run: cpanm -n --installdeps .
- name: Coverage
Expand Down

0 comments on commit 910f224

Please sign in to comment.