Skip to content

Commit da994ea

Browse files
committed
debug
1 parent ee2fb71 commit da994ea

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,11 @@ jobs:
9292
env:
9393
phpts: ts
9494
debug: true
95+
- run: ls /usr/include/php
9596
- name: Set Set CGO flags
96-
run: echo "CGO_CFLAGS=$(php-config --includes)" >> "${GITHUB_ENV}"
97+
run: echo "CGO_CFLAGS=-I/usr/include/php $(php-config --includes)" >> "${GITHUB_ENV}"
9798
- name: Build
9899
run: go build -tags nowatcher
99-
- name: Build testcli binary
100-
working-directory: internal/testcli/
101-
run: go build -tags nowatcher
102100
- name: Run library tests
103101
run: go test -tags nowatcher -race -v ./...
104102
- name: Run Caddy module tests

0 commit comments

Comments
 (0)