Skip to content

Commit

Permalink
Install GraalVM for main CI build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 17, 2022
1 parent 79f47f5 commit 2a80984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install graphviz
- name: Install GraalVM
uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
uses: ./.github/actions/main-build
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.java.installations.fromEnv=GRAALVM_HOME

0 comments on commit 2a80984

Please sign in to comment.