libssh2 header is needed for building libgit2

This commit is contained in:
Mingshen Sun 2020-12-31 23:59:41 -08:00
parent dbc91e43bd
commit 94f7fba8bd
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Installing packages
run: |
brew install libtool automake cmake carthage go@1.14 swiftlint swiftformat openssl
brew install libtool automake cmake carthage go@1.14 swiftlint swiftformat openssl libssh2
gem install bundler
- uses: actions/cache@v2
with: