From 9282f50af38e1c39ee31ff870338ee6f794513f1 Mon Sep 17 00:00:00 2001 From: i-ky Date: Tue, 15 Feb 2022 13:36:20 +0200 Subject: [PATCH] Switch from Github mirror to original Zabbix repo Switch from original Zabbix Git repo used in Travis CI pipeline happened in #158, #159. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37c2e5c..b8e9554 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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