Skip to content

Commit

Permalink
try fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDavenport committed Apr 23, 2024
1 parent 51a5549 commit 0a3d1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gamercade_interface/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
// Compile and output the proto files
tonic_build::configure()
.out_dir(OUTPUT_DIR)
.protoc_arg("--experimental_allow_proto3_optional")
.include_file("mod.rs")
.compile(&protos, &[PROTO_DIR])?;

Expand Down

0 comments on commit 0a3d1bc

Please sign in to comment.