Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
gift

GitHub Action

Setup GraalVM environment

2.0

Setup GraalVM environment

gift

Setup GraalVM environment

Setup your runner with GraalVM

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup GraalVM environment

uses: DeLaGuardo/[email protected]

Learn more about this action in DeLaGuardo/setup-graalvm

Choose a version

setup-graalvm

This action sets up GraalVM environment for using in GitHub Actions.

  • It downloads (if it is not cached yet) required version of GraalVM Community edition
  • Adds executors provided by GraalVM distribution to the environment
  • Register problem matchers for error output

Notes:

Since version 19.3.0 each version of graalvm available with modifier to specify version of JDK. java8 and java11 are available atm.

Usage

steps:
- uses: actions/checkout@latest
- uses: DeLaGuardo/[email protected]
  with:
    graalvm-version: '19.3.0.java8' // GraalVM version, no pattern syntax available atm.
- run: java -version

License

The scripts and documentation in this project are released under the MIT License