summary refs log tree commit diff stats
path: root/ci/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build.bat')
-rw-r--r--ci/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.bat b/ci/build.bat
index cdce8d3d2..2227168e5 100644
--- a/ci/build.bat
+++ b/ci/build.bat
@@ -2,7 +2,7 @@ REM Some debug info
 echo "Running on %CI_RUNNER_ID% (%CI_RUNNER_DESCRIPTION%) with tags %CI_RUNNER_TAGS%."
 gcc -v
 
-git clone --depth 1 https://github.com/nim-lang/csources.git
+git clone --depth 1 https://github.com/nim-lang/csources_v1.git csources
 cd csources
 call build64.bat
 cd ..