Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed May 20, 2024
1 parent aa970d6 commit 6ed1ec5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@ jobs:
tools: phpize
ini-values: extension=swoole
coverage: none
env:
SWOOLE_DARWIN_LIBS: pcre2

- name: Build Swoole
run: |
export CPPFLAGS="$CPPFLAGS -I$(brew --prefix pcre2)/include -L$(brew --prefix pcre2)/lib"
wget https://github.com/swoole/swoole-src/archive/${SWOOLE_VERSION}.tar.gz -O swoole.tar.gz
mkdir -p swoole
tar -xf swoole.tar.gz -C swoole --strip-components=1
Expand Down

0 comments on commit 6ed1ec5

Please sign in to comment.