Skip to content

Commit 82b3ae6

Browse files
author
Rob Tjalma
committed
Added GraalVM + native image install
Signed-off-by: Rob Tjalma <[email protected]>
1 parent bdda82f commit 82b3ae6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build-project.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 1.11
18-
uses: actions/setup-[email protected]
17+
- name: Install graalvm
18+
uses: DeLaGuardo/setup-[email protected]
1919
with:
20-
distribution: 'zulu'
21-
java-version: '11'
20+
graalvm: '21.2'
21+
java: 'java11'
22+
- name: Install native-image
23+
run: gu install native-image
2224
- name: Create custom Maven Settings.xml
2325
uses: whelk-io/maven-settings-xml-action@v20
2426
with:

0 commit comments

Comments
 (0)