Skip to content

Commit

Permalink
ci: add graalvm install script
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 3, 2024
1 parent 859da0f commit a0ab3d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/install-graalvm-linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
set -e -x

curl -s "https://get.sdkman.io" | sh -s -- -y
source "$HOME/.sdkman/bin/sdkman-init.sh"

sdk install java 22.0.1-graalce
sdk default java 22.0.1-graalce
2 changes: 1 addition & 1 deletion .github/workflows/release_pyton_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
args: --release --out dist
sccache: 'true'
manylinux: auto
container: off
before-script-linux: .github/workflows/install-graalvm-linux.sh
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a0ab3d0

Please sign in to comment.