Skip to content

Commit

Permalink
Merge pull request #1398 from marc-vanderwal/bugfix/missing-extutils-…
Browse files Browse the repository at this point in the history
…pkgconfig-in-ci

CI: install ExtUtils::PkgConfig as prerequisite
  • Loading branch information
marc-vanderwal authored Nov 25, 2024
2 parents 808889b + e9060d1 commit 67ec9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
- name: Install Zonemaster::LDNS (latest)
if: ${{ matrix.compatibility == 'latest' }}
run: |
cpanm --sudo --notest Module::Install Zonemaster::LDNS
cpanm --sudo --notest Module::Install ExtUtils::PkgConfig Zonemaster::LDNS
- name: Install Zonemaster::LDNS (develop)
if: ${{ matrix.compatibility == 'develop' }}
run: |
cpanm --sudo --notest Devel::CheckLib Module::Install Module::Install::XSUtil
cpanm --sudo --notest Devel::CheckLib Module::Install ExtUtils::PkgConfig Module::Install::XSUtil
git clone --branch=develop --depth=1 https://github.com/zonemaster/zonemaster-ldns.git
perl Makefile.PL # Generate MYMETA.yml to appease cpanm .
( cd zonemaster-ldns ; cpanm --sudo --notest . )
Expand Down

0 comments on commit 67ec9b1

Please sign in to comment.