Skip to content

Commit 2a80984

Browse files
committed
Install GraalVM for main CI build on Linux
1 parent 79f47f5 commit 2a80984

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
run: |
2828
sudo apt-get update
2929
sudo apt-get install graphviz
30+
- name: Install GraalVM
31+
uses: graalvm/setup-graalvm@v1
32+
with:
33+
version: 'latest'
34+
java-version: '17'
35+
components: 'native-image'
36+
github-token: ${{ secrets.GITHUB_TOKEN }}
3037
- name: Build
3138
uses: ./.github/actions/main-build
3239
with:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.gradle.java.installations.fromEnv=GRAALVM_HOME

0 commit comments

Comments
 (0)