Skip to content

Commit

Permalink
Install Perl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot authored Dec 19, 2024
1 parent ac35c24 commit ef36a96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Perl dependencies
run: apt install libmodule-build-perl libapache-session-perl libjson-perl libdbi-perl libdbd-sqlite3-perl
- name: Build and run tests
run: |
perl Build.PL
Expand Down

0 comments on commit ef36a96

Please sign in to comment.