-
Notifications
You must be signed in to change notification settings - Fork 17
How to install native image on Windows #8
Comments
I tried setting up the PATH manually too but my limited Windows skills are failing me miserably 🙁 |
I'll have a look. Probably you right and this is just misconfiguration so should be easy to fix |
To install additional components on windows you can use |
By default, windows has an alias named 'gu' for Get-Unique command |
what is "gu" and how to install it on windows? |
@dermoritz it is a command line tool called GraalVM updater - https://www.graalvm.org/latest/reference-manual/graalvm-updater/ I recommend using official action from graalvm and this is how you can use gu on windows - https://github.com/graalvm/setup-graalvm/blob/main/.github/workflows/test.yml#L119-L126 |
Thanks a lot for this handy action! 😄
I have been happily using this for Mac and Linux but wanted to try out native images for Windows too but im running into the following issues when trying to run
gu install native-image
:shell: bash
This is my YAML
The text was updated successfully, but these errors were encountered: