Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux authored Nov 5, 2024
1 parent 9e8fcbb commit 9a19a43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
git version
pwd
cd ${RUNNER_WORKSPACE}
env
rm -rf $(basename ${GITHUB_REPOSITORY})
git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git
cd $(basename ${GITHUB_REPOSITORY})
Expand Down Expand Up @@ -119,4 +118,4 @@ jobs:
--with-zabbix-include=$ZABBIX_PATH/include || (cat config.log; exit 1)
cat zbx_php_config.h
- name: zabbix module make
run: make
run: make

0 comments on commit 9a19a43

Please sign in to comment.