diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 7f6c6b9..1a56d11 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 + brew install libtool automake cmake carthage go@1.14 swiftlint swiftformat openssl gem install bundler - uses: actions/cache@v2 with: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index eea856d..17f5b15 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 + brew install libtool automake cmake carthage go@1.14 swiftlint swiftformat openssl gem install bundler - uses: actions/cache@v2 with: