Skip to content

Commit 08818af

Browse files
committed
fix
1 parent 67d4d72 commit 08818af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Set Set CGO flags
9999
run: |
100100
{
101-
echo "CGO_CFLAGS=-I/opt/homebrew/include/brotli/d $(php-config --includes)"
101+
echo "CGO_CFLAGS=-I/opt/homebrew/include/ $(php-config --includes)"
102102
echo "CGO_LDFLAGS=-L/opt/homebrew/lib/ $(php-config --ldflags) $(php-config --libs)"
103103
} >> "${GITHUB_ENV}"
104104
- name: Build

0 commit comments

Comments
 (0)