Skip to content

Commit

Permalink
Use --sudo with cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 19, 2024
1 parent 98a49c1 commit c0203b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install modules
run: |
cpanm --installdeps --notest .
cpanm --sudo --installdeps --notest .
- name: Create pages
run: |
Expand Down

0 comments on commit c0203b2

Please sign in to comment.