Skip to content

Commit

Permalink
Disable LWP for cpanm on older Strawberry Perls
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Sep 3, 2024
1 parent 2488a10 commit 7de161c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ jobs:
with:
perl-version: ${{ matrix.perl }}
distribution: ${{ matrix.os == 'windows' && 'strawberry' || 'default' }}
- name: Disable LWP for cpanm on older Strawberry Perls
run: echo "PERL_CPANM_OPT=$env:PERL_CPANM_OPT --no-lwp" >> $env:GITHUB_ENV
if: matrix.os == 'windows' && matrix.perl <= 5.22
- name: Install dependencies
uses: carlkidcrypto/[email protected]
with:
Expand Down

0 comments on commit 7de161c

Please sign in to comment.