summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-28 12:29:04 +0900
committerFlorian Frank <flori@ping.de>2021-01-12 12:56:52 +0100
commitb496b978006ba585ae09a5224f56432c88679b9d (patch)
tree624ffdba0d28e20fc5db93a1aea3edd6714d32b2
parent2ee35ec513d0f46d92043a130ce0a3585a614820 (diff)
downloadjson-b496b978006ba585ae09a5224f56432c88679b9d.tar.gz
CI: Install ragel on Ubuntu
-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 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') }}