mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Resolved #192
This commit is contained in:
parent
797d1f27e8
commit
8a348f17fd
4 changed files with 12 additions and 6 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue