-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub action does not work on Windows #138
Comments
Thanks for reporting, @slavek-kucera. I believe this is caused by #134 so I have reverted Where do you see the ReferenceError? Could you provide a link to the failing build? |
The ReferenceError is produced in the following code from
Example of a failing job: https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/actions/runs/13288065104/job/37102010699 |
Thanks for the link. I was hoping you can explain how you found out about the ReferenceError? I don't see it being thrown in the log file. |
An afternoon debugging session... I was running the main.js directly reducing the scope until I found this. |
Thanks for looking into this and spending your time on this. I have prepared #139 which should fix this issue for now. |
When running the action on a Windows host the action fails to locate the
pom.xml
file.The following error message is produced:
The problem seems to be due to the failure of the
require('path')
and the fallback tosep: '/'
on the line 37866:https://github.com/graalvm/setup-graalvm/blob/f07b5bfaefd6e145798e0bc9570232df4c3f8d17/dist/main.js#L37866
producing
The text was updated successfully, but these errors were encountered: