We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41da642 commit 67d4d72Copy full SHA for 67d4d72
1 file changed
.github/workflows/tests.yaml
@@ -95,12 +95,10 @@ jobs:
95
env:
96
phpts: ts
97
debug: true
98
- - name: Install Brotli
99
- run: brew install brotli
100
- name: Set Set CGO flags
101
run: |
102
{
103
- echo "CGO_CFLAGS=$(php-config --includes)"
+ echo "CGO_CFLAGS=-I/opt/homebrew/include/brotli/d $(php-config --includes)"
104
echo "CGO_LDFLAGS=-L/opt/homebrew/lib/ $(php-config --ldflags) $(php-config --libs)"
105
} >> "${GITHUB_ENV}"
106
- name: Build
0 commit comments