Ensure PyOxidizer checked out when bundling

This commit is contained in:
Damien Elmes 2024-02-13 10:56:53 +10:00
parent efa9c5a39a
commit 09f032b2e8

View file

@ -18,7 +18,7 @@ impl BuildAction for SyncSubmodule {
if self.offline_build {
"echo OFFLINE_BUILD is set, skipping git repository update for $path"
} else {
"git -c protocol.file.allow=always submodule update --init $path"
"git -c protocol.file.allow=always submodule update --checkout --init $path"
}
}