Skip to content

Commit

Permalink
Install cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 19, 2024
1 parent baedda7 commit 98a49c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install cpanminus
run: sudo apt update && sudo apt install cpanminus

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

0 comments on commit 98a49c1

Please sign in to comment.