Skip to content

Commit

Permalink
LWP::Protocol::https is a prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 8, 2020
1 parent a12912d commit 9055097
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
env:
NO_NETWORK_TESTING: 1
PERL_MM_USE_DEFAULT: 1
AUTOMATED_TESTING: 1
strategy:
matrix:
os: ['windows-latest', 'macos-latest', 'ubuntu-latest']
Expand All @@ -28,9 +24,9 @@ jobs:
- run: perl -V
- name: Install Dependencies
run: |
cpanm -iqn File::Spec ExtUtils::MakeMaker LWP::Simple
cpanm -iqn File::Spec ExtUtils::MakeMaker LWP::Simple LWP::Protocol::https
cpanm -iqn Locale::Country Test::Pod::Spelling::CommonMistakes FCGI::Buffer Log::WarnDie B::Lint warnings::unused
cpanm -i -v --installdeps --notest .
cpanm -iqn --installdeps --notest .
- name: Run Tests
run: |
prove -l t
Expand Down

0 comments on commit 9055097

Please sign in to comment.