Skip to content

Commit

Permalink
Merge pull request #73 from w3c/apt-deps
Browse files Browse the repository at this point in the history
Install CSS::DOM through apt
  • Loading branch information
dontcallmedom authored Nov 17, 2023
2 parents 6f73119 + b12ff88 commit 182eed5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:
- uses: actions/checkout@v4
with:
path: link-checker
- uses: shogo82148/actions-setup-perl@v1
# using https://github.com/shogo82148/actions-setup-perl created
# issue with installing libcss-dom-perl due to
# old syntax in package
# see https://rt.cpan.org/Public/Bug/Display.html?id=146661
- name: Install perl
run: sudo apt-get install -y perl cpanminus libcss-dom-perl libwww-perl

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

0 comments on commit 182eed5

Please sign in to comment.