We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf163d9 commit 3ef5171Copy full SHA for 3ef5171
1 file changed
.github/workflows/tests.yaml
@@ -61,7 +61,7 @@ jobs:
61
- name: Install e-dant/watcher
62
uses: ./.github/actions/watcher
63
- name: Set CGO flags
64
- run: echo "CGO_CFLAGS=-I${PWD}/watcher/target/include $(php-config --includes) $(pkg-config --cflags libbrotlidec libbrotlienc libbrotlicommon)" >> "${GITHUB_ENV}"
+ run: echo "CGO_CFLAGS=-I${PWD}/watcher/target/include -I/usr/include" >> "${GITHUB_ENV}"
65
- name: Build
66
run: go build
67
- name: Build testcli binary
0 commit comments