Skip to content

Commit fed3c6c

Browse files
committed
print zbx_php_config.h
1 parent 608fb9b commit fed3c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
--prefix=$PWD/test \
4343
--with-php=/usr \
4444
--with-zabbix-include=$ZABBIX_PATH/include || (cat config.log;exit 1)
45+
cat zbx_php_config.h
4546
- name: zabbix module make
4647
run: make
4748

@@ -74,6 +75,7 @@ jobs:
7475
--prefix=$PWD/test \
7576
--with-php=/usr \
7677
--with-zabbix-include=$ZABBIX_PATH/include || (cat config.log;exit 1)
78+
cat zbx_php_config.h
7779
- name: zabbix module make
7880
run: make
7981

0 commit comments

Comments
 (0)