Skip to content

Commit

Permalink
Work harder to use local Business::ISBN::Data
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jul 18, 2023
1 parent 1c85064 commit 6d0bc94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/business-isbn.yaml
Expand Up @@ -6,6 +6,7 @@ name: upstream
on:
push:
workflow_dispatch:

jobs:
perl:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -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

0 comments on commit 6d0bc94

Please sign in to comment.