Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jun 29, 2024
1 parent 4159ca7 commit 8227fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_pyton_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
target: ppc64le
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: graalvm/[email protected]
with:
java-version: '22'
Expand All @@ -49,9 +52,6 @@ jobs:
echo "JAVA_HOME: $JAVA_HOME"
java --version
native-image --version
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion extract-core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {
check_graalvm(&target_os);

// Just for debugging
let graal_home = env::var_os("GRAALVM_HOME");
let graal_home = env::var("GRAALVM_HOME");
let java_home = env::var("JAVA_HOME");

println!("cargo:warning=GRAALVM_HOME: {:?}", graal_home);
Expand Down

0 comments on commit 8227fc5

Please sign in to comment.