Skip to content

Setup GraalVM CE

Actions
GitHub Action for setting up GraalVM CE of specified version
v0.0.5
Latest
By rinx
Star (19)

Tags

 (1)

setup-graalvm-ce

This is a GitHub Action for setting up GraalVM CE of specified version.

Inputs

graalvm-version

GraalVM version (required)

Default: 20.2.0

java-version

Java version (required)

Default: java8

native-image

Install native-image

Default: true

Examples

on: push
jobs:
  setup-graalvm-ce:
    runs-on: ubuntu-latest
    steps:
      - name: setup-graalvm-ce
        uses: rinx/[email protected]
        with:
          graalvm-version: "20.2.0"
          java-version: "java11"
          native-image: "true"
      - name: version
        run: |
          java -version
          native-image --version

Setup GraalVM CE is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action for setting up GraalVM CE of specified version
v0.0.5
Latest
By rinx

Tags

 (1)

Setup GraalVM CE is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.