Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 12, 2019
1 parent e3e1d06 commit cd12953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Expand Up @@ -8,6 +8,7 @@ image:
environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
AUTOMATED_TESTING: 1
DEBIAN_FRONTEND: noninteractive

platform: x64

Expand All @@ -22,7 +23,7 @@ install:
- cmd: path C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
# - cmd: cd C:\projects\%APPVEYOR_PROJECT_NAME%
- sh: sudo apt-get update -q
- sh: sudo apt-get install -y build-essential git libssl-dev
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get install -q -y --force-yes build-essential git libssl-dev perl
- sh: sudo apt-get install -y perl
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -V
Expand Down

0 comments on commit cd12953

Please sign in to comment.