You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup GraalVM environment
1.0
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
steps:
- uses: actions/checkout@latest
- uses: DeLaGuardo/setup-graalvm@latest
with:
graalvm-version: '19.2.0.1' // GraalVM version, no pattern syntax available atm.
- run: java -version
The scripts and documentation in this project are released under the MIT License