Add openssl in CI

This commit is contained in:
Mingshen Sun 2020-12-31 23:31:43 -08:00
parent 868fdc14c3
commit 90c794b415
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
brew install libtool automake cmake carthage go@1.14 swiftlint swiftformat openssl
gem install bundler
- uses: actions/cache@v2
with: