Skip to content

Commit

Permalink
Fixes #160
Browse files Browse the repository at this point in the history
Added a line that installs `libssl-dev` in the AppVeyor build, which had already been fixed in TravisCI implementation.
  • Loading branch information
tomschenkjr authored and tomschenkjr committed Jan 28, 2019
1 parent 5b1baac commit 03d3f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -10,6 +10,7 @@ init:
Import-Module '..\appveyor-tool.ps1'
install:
ps: Bootstrap
sh: sudo apt-get install -y libssl-dev

build_script:
- travis-tool.sh install_deps
Expand Down

0 comments on commit 03d3f35

Please sign in to comment.