mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
ci: fix windows git dependencies tests (#25213)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user