This commit is contained in:
yhirose 2019-12-26 20:16:07 -05:00
parent 797d1f27e8
commit 8a348f17fd
4 changed files with 12 additions and 6 deletions

View file

@ -13,5 +13,11 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v1
- name: brotli-ubuntu
run: sudo apt-get install -y libbrotli-dev
if: matrix.os == 'ubuntu-latest'
- name: brotli-macOS
run: brew install brotli
if: matrix.os == 'macOS-latest'
- name: make
run: cd test && make