ci: fix windows git dependencies tests (#25213)

This commit is contained in:
Meghan Denny
2025-11-28 22:56:54 -08:00
committed by GitHub
parent 19acc4dcac
commit 9fd6b54c10

View File

@@ -530,7 +530,8 @@ pub const Repository = extern struct {
_ = exec(allocator, env, &[_]string{
"git",
"clone",
"-c core.longpaths=true",
"-c",
"core.longpaths=true",
"--quiet",
"--bare",
url,
@@ -607,7 +608,8 @@ pub const Repository = extern struct {
_ = exec(allocator, env, &[_]string{
"git",
"clone",
"-c core.longpaths=true",
"-c",
"core.longpaths=true",
"--quiet",
"--no-checkout",
try bun.getFdPath(.fromStdDir(repo_dir), &final_path_buf),