We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e5297 commit bf163d9Copy full SHA for bf163d9
1 file changed
.github/workflows/tests.yaml
@@ -57,11 +57,11 @@ jobs:
57
phpts: ts
58
debug: true
59
- name: Install system dependencies
60
- run: sudo apt-get update && sudo apt-get install -y libbrotli-dev
+ run: sudo apt-get update && sudo apt-get install -y libbrotli-dev pkg-config
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)" >> "${GITHUB_ENV}"
+ run: echo "CGO_CFLAGS=-I${PWD}/watcher/target/include $(php-config --includes) $(pkg-config --cflags libbrotlidec libbrotlienc libbrotlicommon)" >> "${GITHUB_ENV}"
65
- name: Build
66
run: go build
67
- name: Build testcli binary
0 commit comments