Skip to content

Commit

Permalink
fix: install dependencies with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptprivate authored Jan 31, 2025
1 parent 0a46240 commit 2e7936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt install -y perl cpanminus
- name: Install dependencies
run: cpanm --installdeps --with-test .
run: sudo cpanm --installdeps --with-test .

- name: Run tests
working-directory: ./tests
Expand Down

0 comments on commit 2e7936a

Please sign in to comment.