Always do sparse checkout in case new folders are needed in nimgen cfg
This commit is contained in:
parent
153591397e
commit
ea6fa57670
1 changed files with 0 additions and 1 deletions
|
|
@ -135,7 +135,6 @@ proc gitSparseCheckout(plist: string) =
|
|||
let sparsefile = ".git/info/sparse-checkout"
|
||||
if fileExists(gOutput/sparsefile):
|
||||
gitReset()
|
||||
return
|
||||
|
||||
setCurrentDir(gOutput)
|
||||
defer: setCurrentDir(gProjectDir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue