We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d4d72 commit 08818afCopy full SHA for 08818af
1 file changed
.github/workflows/tests.yaml
@@ -98,7 +98,7 @@ jobs:
98
- name: Set Set CGO flags
99
run: |
100
{
101
- echo "CGO_CFLAGS=-I/opt/homebrew/include/brotli/d $(php-config --includes)"
+ echo "CGO_CFLAGS=-I/opt/homebrew/include/ $(php-config --includes)"
102
echo "CGO_LDFLAGS=-L/opt/homebrew/lib/ $(php-config --ldflags) $(php-config --libs)"
103
} >> "${GITHUB_ENV}"
104
- name: Build
0 commit comments