Skip to content

Commit 67d4d72

Browse files
committed
fix
1 parent 41da642 commit 67d4d72

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,10 @@ jobs:
9595
env:
9696
phpts: ts
9797
debug: true
98-
- name: Install Brotli
99-
run: brew install brotli
10098
- name: Set Set CGO flags
10199
run: |
102100
{
103-
echo "CGO_CFLAGS=$(php-config --includes)"
101+
echo "CGO_CFLAGS=-I/opt/homebrew/include/brotli/d $(php-config --includes)"
104102
echo "CGO_LDFLAGS=-L/opt/homebrew/lib/ $(php-config --ldflags) $(php-config --libs)"
105103
} >> "${GITHUB_ENV}"
106104
- name: Build

0 commit comments

Comments
 (0)