🌐 AI搜索 & 代理 主页
Skip to content

Commit 55beb6b

Browse files
committed
Lock build dir to avoid concurrency bugs
1 parent 7225d9f commit 55beb6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgml-dashboard/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fn main() {
1414
let status = Command::new("cargo")
1515
.arg("pgml-components")
1616
.arg("bundle")
17+
.arg("--lock")
1718
.status()
1819
.expect("failed to run 'cargo pgml-bundle'");
1920

0 commit comments

Comments
 (0)