install brew/apt dependencies.

This commit is contained in:
Kelvin Sherlock 2020-11-12 17:44:42 -05:00
parent a38b2249f2
commit 4a05a8687c
1 changed files with 11 additions and 0 deletions

View File

@ -13,5 +13,16 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: brew
if: matrix.os == 'macos-latest'
shell: bash
run: brew install re2c
- name: apt-get
if: matrix.os == 'ubuntu-latest'
shell: bash
run: sudo apt-get -y install re2c
- name: make
run: make all