diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 8ff3153f3..f70b82357 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -78,6 +78,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: "./rust -> target" + env-vars: "JAVA_HOME" - uses: actions-rs/cargo@v1 with: command: build