From 3b13e75b11f3790f16149a21461767b67dece9f0 Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Mon, 28 Dec 2020 12:29:04 +0900 Subject: CI: Install ragel on Ubuntu --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8ce3d9..2215eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: with: ruby-version: ${{ matrix.ruby }} + - run: sudo apt install ragel + if: ${{ startsWith(matrix.os, 'ubuntu') }} + - run: brew install ragel if: ${{ startsWith(matrix.os, 'macos') }} -- cgit v1.2.1