Skip to content

Commit

Permalink
Install RDF::NS specially due to cpanm bug
Browse files Browse the repository at this point in the history
Connects with <miyagawa/cpanminus#668>.
  • Loading branch information
zmughal committed Oct 21, 2023
1 parent ef4cacb commit 3bce373
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:

- name: Install Perl deps
run: |
# No static install opt-in specifically for RDF::NS. The sharedir
# does not get installed on 5.14 and 5.16 due to <https://github.com/miyagawa/cpanminus/issues/668>.
cpanm --no-static-install --notest RDF::NS
cpanm --notest --installdeps .
- name: Run tests
Expand Down

0 comments on commit 3bce373

Please sign in to comment.