Skip to content

Commit 9f2dcbe

Browse files
committed
Add installation of libbrotli-dev for Swoole build on Ubuntu
1 parent 993a2a6 commit 9f2dcbe

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 install libbrotli-dev
6162
wget https://github.com/swoole/swoole-src/archive/${SWOOLE_VERSION}.tar.gz -O swoole.tar.gz
6263
mkdir -p swoole
6364
tar -xf swoole.tar.gz -C swoole --strip-components=1

0 commit comments

Comments
 (0)