DeLaGuardo / setup-graalvm

MIT License
62 stars 17 forks source link

Skip installation if GraalVM is already installed #25

Closed yegor256 closed 2 years ago

yegor256 commented 2 years ago

I'm using your action on my self-hosted server. Every time it downloads and installs GraalVM from scratch. Would be great to make it skip the entire setup if /usr/bin/graalvm is already there. Maybe make a special configuration option for this?

DeLaGuardo commented 2 years ago

Sounds like a great feature, but what if installed graalvm version different from one declared as an argument?

Btw, please consider this action deprecated and use official action from oracle