summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-28 12:25:39 +0900
committerFlorian Frank <flori@ping.de>2021-01-12 12:56:52 +0100
commit2ee35ec513d0f46d92043a130ce0a3585a614820 (patch)
tree92728bca99d14c0e11ea3fdb1e698e571ca05a97 /.github
parent2f2bf5dedfe1a4fe4d9f5e395f058a2dc4ede84f (diff)
downloadjson-2ee35ec513d0f46d92043a130ce0a3585a614820.tar.gz
CI: Install ragel on macOS
Diffstat (limited to '.github')
-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