Skip to content

Commit b69315a

Browse files
committed
Add checks for Brotli package in Swoole build process
1 parent 1421855 commit b69315a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Build Swoole
5959
run: |
6060
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
61+
sudo apt-get install libbrotli-dev
6162
dpkg -l | grep brotli
6263
dpkg -L libbrotli-dev | grep .pc
6364
wget https://github.com/swoole/swoole-src/archive/${SWOOLE_VERSION}.tar.gz -O swoole.tar.gz

0 commit comments

Comments
 (0)