From 2ee35ec513d0f46d92043a130ce0a3585a614820 Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Mon, 28 Dec 2020 12:25:39 +0900 Subject: CI: Install ragel on macOS --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') 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 -- cgit v1.2.1