From 3bce373984f16d71b8ad4bbf62654b00526f9a34 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sat, 21 Oct 2023 15:44:37 -0400 Subject: [PATCH] Install RDF::NS specially due to cpanm bug Connects with . --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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