Skip to content

Commit

Permalink
Fix(?) the libraries required for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 13, 2021
1 parent be83d5b commit 35a2a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perltest.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
perl-version: ${{ matrix.perl }}
- name: Install libs
run: sudo apt-get update && sudo apt-get install libtidy libtidy-dev libxml++2.6 libxml++2.6-dev
run: sudo apt-get update && sudo apt-get install libtidy libtidy-dev libxml2 libxml2-dev
- name: Perl version
run: perl -V
- name: Install CPAN modules
Expand Down

0 comments on commit 35a2a09

Please sign in to comment.