From 94f7fba8bda08e33dca6809cdf2e442412625dc4 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Thu, 31 Dec 2020 23:59:41 -0800 Subject: [PATCH] libssh2 header is needed for building libgit2 --- .github/workflows/deploying.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index d43e67e..3bb273f 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -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: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d709960..6d0149d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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: