Skip to content

Commit

Permalink
ttrpc-codegen: fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Quanwei Zhou <[email protected]>
  • Loading branch information
quanwei.zqw committed Sep 23, 2024
1 parent 0dfc98f commit 62682a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn main() {
#[allow(clippy::needless_borrow)]
protobuf_codegen_pure::Codegen::new()
.out_dir(out_dir)
.inputs(&["src/ttrpc.proto"])
.inputs(["src/ttrpc.proto"])
.include("src")
.run()
.expect("Codegen failed.");
Expand Down

0 comments on commit 62682a1

Please sign in to comment.