summary refs log tree commit diff stats
path: root/.builds/openbsd_0.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/openbsd_0.yml')
-rw-r--r--.builds/openbsd_0.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/openbsd_0.yml b/.builds/openbsd_0.yml
index 146ad8165..c09f0f08d 100644
--- a/.builds/openbsd_0.yml
+++ b/.builds/openbsd_0.yml
@@ -18,7 +18,7 @@ environment:
 tasks:
 - setup: |
     cd Nim
-    git clone --depth 1 -q https://github.com/nim-lang/csources.git
+    git clone --depth 1 -q https://github.com/nim-lang/csources_v1.git csources
     gmake -C csources -j $(sysctl -n hw.ncpuonline)
     bin/nim c koch
     echo 'export PATH=$HOME/Nim/bin:$PATH' >> $HOME/.buildenv