From b42ffb91f74d77d05d1b4b81a019ace498bbe981 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 23 Mar 2018 16:52:32 -0700 Subject: [PATCH] git clone master branch (hardcoded) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e39c9cd1..bcb62b74 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,7 +83,7 @@ ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true] ECHO Creating artifacts && ECHO %cd% && - git clone --depth 1 --branch %APPVEYOR_REPO_BRANCH% https://github.com/facebook/zstd" + git clone --depth 1 --branch master https://github.com/facebook/zstd" 7z a -ttar zstd-src.tar zstd && lib\dll\example\build_package.bat && cd programs\ && make DEBUGFLAGS= clean zstd &&