Closed lispyclouds closed 3 years ago
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 gu.cmd
instead of gu
however, I don't know yet why there is a difference between windows and other platforms (they all should work the same) :(
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
:If the default shell(Powershell I think?) is used:
shell: bash
This is my YAML