Install Ruby build deps on macOS

This commit is contained in:
Wilson Lin 2020-01-21 00:42:24 +11:00
parent 385975b88f
commit 3cd2fa0630
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ jobs:
- name: Set up rbenv (macOS)
if: runner.os == 'macOS'
shell: bash -l {0}
run: brew install rbenv
run: |
brew install openssl libyaml libffi
brew install rbenv
- name: Set up rbenv (Linux)
if: runner.os == 'Linux'
shell: bash -l {0}