Skip to content

Commit

Permalink
Merge pull request #168 from i-ky/patch-1
Browse files Browse the repository at this point in the history
Switch from Github mirror to original Zabbix repo
  • Loading branch information
jangaraj authored Feb 15, 2022
2 parents 3eac7a7 + 9282f50 commit fd3f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build Zabbix binaries
run: |
ZABBIX_VERSION=release/5.4
git clone -b ${ZABBIX_VERSION} --depth 1 https://github.com/zabbix/zabbix.git ~/zabbix
git clone -b ${ZABBIX_VERSION} --depth 1 https://git.zabbix.com/scm/zbx/zabbix.git ~/zabbix
cd ~/zabbix/
./bootstrap.sh 1>/dev/null
./configure --enable-agent 1>/dev/null
Expand Down

0 comments on commit fd3f6e8

Please sign in to comment.