libssh2 header is needed for building libgit2
This commit is contained in:
parent
dbc91e43bd
commit
94f7fba8bd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploying.yml
vendored
2
.github/workflows/deploying.yml
vendored
|
|
@ -15,7 +15,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:
|
||||
|
|
|
|||
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue