Skip to content

Commit 590c487

Browse files
committed
Reinstall libbrotli-dev in Swoole build process
1 parent 993a2a6 commit 590c487

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 --reinstall 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)