diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35df179..e6af029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 . + cpanm --no-static-install --notest RDF::NS cpanm --notest --installdeps . - name: Run tests