Skip to content

Commit

Permalink
Install CSS::DOM through apt
Browse files Browse the repository at this point in the history
Fails in github action using CPAN for some reason
  • Loading branch information
dontcallmedom committed Nov 17, 2023
1 parent 6f73119 commit b8ad5bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
path: link-checker
- uses: shogo82148/actions-setup-perl@v1
# not sure why it fails through regular CPAN
- name: Install CSS::DOM
run: sudo apt-get install -y libcss-dom-perl

- name: Install checker dependencies
working-directory: link-checker
run: cpanm --installdeps .
Expand Down

0 comments on commit b8ad5bf

Please sign in to comment.