some other files need the same change too

This commit is contained in:
narimiran
2021-04-30 11:00:19 +02:00
parent daad1cd9d9
commit 9d23c14dd2
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,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