From a691655439950679fe8844c72002c2a50013e46b Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 15 Mar 2021 08:18:29 -0400 Subject: [PATCH] ci: add ragel to macos --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d90b70a..2dd81f09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,10 @@ jobs: if: matrix.os == 'ubuntu' run: sudo apt-get install -y ragel + - name: Install ragel + if: matrix.os == 'macos' + run: brew install ragel + - name: Test Gumbo and gem packaging shell: bash run: ./scripts/ci-package-test.sh