Skip to content

Commit 9a19a43

Browse files
authored
Update build.yaml
1 parent 9e8fcbb commit 9a19a43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
git version
1616
pwd
1717
cd ${RUNNER_WORKSPACE}
18-
env
1918
rm -rf $(basename ${GITHUB_REPOSITORY})
2019
git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git
2120
cd $(basename ${GITHUB_REPOSITORY})
@@ -119,4 +118,4 @@ jobs:
119118
--with-zabbix-include=$ZABBIX_PATH/include || (cat config.log; exit 1)
120119
cat zbx_php_config.h
121120
- name: zabbix module make
122-
run: make
121+
run: make

0 commit comments

Comments
 (0)