summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-28 12:25:39 +0900
committerKenta Murata <mrkn@mrkn.jp>2020-12-28 12:25:39 +0900
commite5926922e3e8dff3b446ec16e7cd5ccdc922ac4b (patch)
tree204a505e4ff2441575c1a585e2ae0b0dc5ce168f
parent44476539de1f098bd5a77f236a0c9a44d6a5ea5c (diff)
downloadjson-e5926922e3e8dff3b446ec16e7cd5ccdc922ac4b.tar.gz
CI: Install ragel on macOS
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1c240d4..e8ce3d9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
+ - run: brew install ragel
+ if: ${{ startsWith(matrix.os, 'macos') }}
+
- run: bundle install
- run: rake compile