From 6d0bc9495221942e53f7d2afccc731980f312adf Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 18 Jul 2023 14:27:52 -0400 Subject: [PATCH] Work harder to use local Business::ISBN::Data --- .github/workflows/business-isbn.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/business-isbn.yaml b/.github/workflows/business-isbn.yaml index dac9429..f02755c 100644 --- a/.github/workflows/business-isbn.yaml +++ b/.github/workflows/business-isbn.yaml @@ -6,6 +6,7 @@ name: upstream on: push: workflow_dispatch: + jobs: perl: runs-on: ${{ matrix.os }} @@ -41,4 +42,7 @@ jobs: cpanm --notest . - name: Install Business::ISBN run: | - cpanm Business::ISBN + perl Makefile.PL + make + env PERL5LIB=lib/blib cpanm Business::ISBN +