Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
ci: add ragel to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Mar 15, 2021
1 parent 5c3ef1e commit a691655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit a691655

Please sign in to comment.