Skip to content

Commit ca1c73e

Browse files
committed
fix ci
1 parent 5258fb4 commit ca1c73e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_split.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ branch = "main"
436436
mode = "single"
437437
paths = [{{ crate = "crates/json-lib" }}]
438438
"#,
439-
target_dir.path().display()
439+
target_dir.path().display().to_string().replace('\\', "\\\\")
440440
),
441441
)?;
442442

0 commit comments

Comments
 (0)