Skip to content

Commit

Permalink
ci: dont check java_home
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jun 29, 2024
1 parent a2e2fd6 commit 6afb5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract-core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn main() {
//println!("cargo::rerun-if-changed={}", tika_build_path.display());

// Check that graalvm and gradle are installed
check_graalvm(&target_os);
//check_graalvm(&target_os);

// Just for debugging
let graal_home = env::var("GRAALVM_HOME");
Expand Down

0 comments on commit 6afb5b5

Please sign in to comment.