Update NimbleStableCommit to test commit pre 0.24.0 (#25979)

(cherry picked from commit 497a540d20)
This commit is contained in:
Juan M Gómez
2026-07-10 18:56:32 +01:00
committed by narimiran
parent 235bfc3a3b
commit 46251bbfcc
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ proc updateSubmodules*(dir: string, allowBundled = false) =
let oldDir = getCurrentDir()
setCurrentDir(dir)
try:
exec "git submodule update --init"
exec "git submodule update --init --recursive"
finally:
setCurrentDir(oldDir)
elif allowBundled: