Skip to content

Commit 1e0f462

Browse files
committed
install openssl on macos
1 parent 2b0a831 commit 1e0f462

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
- uses: ruby/setup-ruby@v1
5656
with:
5757
ruby-version: ${{ matrix.ruby }}
58+
- name: Install openssl
59+
if: matrix.os == 'macos-latest'
60+
run: |
61+
brew update
62+
brew install openssl
5863
- run: ruby -v
5964
- run: bundle install --without development
6065
- if: matrix.db != ''

0 commit comments

Comments
 (0)