Skip to content

Commit 3ef5171

Browse files
committed
what
1 parent bf163d9 commit 3ef5171

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
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install e-dant/watcher
6262
uses: ./.github/actions/watcher
6363
- 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}"
64+
run: echo "CGO_CFLAGS=-I${PWD}/watcher/target/include -I/usr/include" >> "${GITHUB_ENV}"
6565
- name: Build
6666
run: go build
6767
- name: Build testcli binary

0 commit comments

Comments
 (0)