We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f47e2 commit 910f224Copy full SHA for 910f224
.github/workflows/perltest.yml
@@ -44,7 +44,7 @@ jobs:
44
steps:
45
- uses: actions/checkout@v4
46
- name: Install packages
47
- run: sudo apt-get update && sudo apt install libexpat1-dev make
+ run: apt-get update && apt install libexpat1-dev make
48
- name: Install modules
49
run: cpanm -n --installdeps .
50
- name: Coverage
0 commit comments