Skip to content

Commit

Permalink
restore build.rs and add rerun-if-changed. See if this can be compile…
Browse files Browse the repository at this point in the history
…d by GHA
  • Loading branch information
JosiahParry committed Nov 7, 2023
1 parent 6917981 commit 551933d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/esripbf/.build.rs → src/rust/esripbf/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fn main() {
println!("cargo:rerun-if-changed=src/FeatureCollection.proto");
let mut conf = prost_build::Config::new();
conf.out_dir("src/");
conf.compile_protos(
Expand Down

0 comments on commit 551933d

Please sign in to comment.