Skip to content

Commit

Permalink
install openssl on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Nov 30, 2021
1 parent 2b0a831 commit 1e0f462
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install openssl
if: matrix.os == 'macos-latest'
run: |
brew update
brew install openssl
- run: ruby -v
- run: bundle install --without development
- if: matrix.db != ''
Expand Down

0 comments on commit 1e0f462

Please sign in to comment.