Skip to content

Instantly share code, notes, and snippets.

@alina-yur
Last active January 25, 2022 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alina-yur/63fd6c2c11be9a2ce9b1ed2d33b186ab to your computer and use it in GitHub Desktop.
Save alina-yur/63fd6c2c11be9a2ce9b1ed2d33b186ab to your computer and use it in GitHub Desktop.
steps:
- uses: actions/checkout@v2
- uses: graalvm/setup-graalvm@v1
with:
version: '22.0.0.2'
java-version: '17'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Example step
run: |
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
java --version
native-image --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment