summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-28 12:29:04 +0900
committerKenta Murata <mrkn@mrkn.jp>2020-12-28 12:29:04 +0900
commit3b13e75b11f3790f16149a21461767b67dece9f0 (patch)
tree163e736821f73ae5908f355b6073237458e25427
parente5926922e3e8dff3b446ec16e7cd5ccdc922ac4b (diff)
downloadjson-3b13e75b11f3790f16149a21461767b67dece9f0.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') }}