Skip to content

Commit

Permalink
Fix appveyor Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 16, 2018
1 parent c41327d commit 001831f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 build-essential git libssl-dev
- sh: sudo apt-get install -y build-essential git libssl-dev
- sh: sudo apt-get install -y perl
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -V
Expand Down

0 comments on commit 001831f

Please sign in to comment.