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
|
- uses: actions/checkout@v2
|
||||||
- name: Installing packages
|
- name: Installing packages
|
||||||
run: |
|
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
|
gem install bundler
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Installing packages
|
- name: Installing packages
|
||||||
run: |
|
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
|
gem install bundler
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue