This commit is contained in:
jangko 2020-06-20 11:35:04 +07:00
parent 75640f72e9
commit 2ad58944ac
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ install:
- SET "NEED_REBUILD="
- IF NOT EXIST "Nim\\.git\\" (
git clone --depth 1https://github.com/nim-lang/Nim.git
git clone --depth 1 https://github.com/nim-lang/Nim.git
) ELSE (
( cd Nim ) &
( git pull ) &