diff options
Diffstat (limited to '.builds/openbsd_1.yml')
-rw-r--r-- | .builds/openbsd_1.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/openbsd_1.yml b/.builds/openbsd_1.yml index ad3734008..ffe449733 100644 --- a/.builds/openbsd_1.yml +++ b/.builds/openbsd_1.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 |