Skip to content

Commit fc31cd4

Browse files
committed
Try using windows_verbatim if git-lfs loaded
CI issue could be related to single quotes in `cmd.exec` entries?
1 parent b9196af commit fc31cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/git_function.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function git(; adjust_PATH::Bool = true, adjust_LIBPATH::Bool = true)
7979
git_cmd.env[idx][6:end]
8080
end
8181
path = vcat(dirname(Git_LFS_jll.git_lfs_path), path)
82+
git_cmd = Cmd(git_cmd; windows_verbatim=true)
8283
git_cmd = addenv(git_cmd, "PATH" => join(path, pathsep))
8384
end
8485
return git_cmd

0 commit comments

Comments
 (0)