summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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') }}