Skip to content

Commit 0f466ee

Browse files
committed
update
1 parent 62badda commit 0f466ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/verify-build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ def do_semver_checks(cfg: Cfg, target: Target) -> None:
295295
env=env,
296296
)
297297

298-
baseline = cfg.baseline_crate_dir / "target" / tname / "libc.json"
299-
current = Path("target") / tname / "libc.json"
298+
baseline = cfg.baseline_crate_dir / "target" / tname / "doc" / "libc.json"
299+
current = Path("target") / tname / "doc" / "libc.json"
300300

301301
run(
302302
[

0 commit comments

Comments
 (0)