-
Notifications
You must be signed in to change notification settings - Fork 40
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
ERROR in dll #323
Comments
works fine locally at least: $ svn info --show-item revision https://svn.apache.org/repos/asf/subversion/trunk
1911359 |
It works in "bash" not inside the msys2 {0}. @lazka what do you mean locally? |
I see, thanks. Just to double check:
|
Yes.. obvously subversion is installed. |
Sorry, I wasn't clear. I was worried about the subversion that comes with GitHub Actions (https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md#tools) and this action could in theory be configured to keep the default GHA PATH intact (via the
I see, thanks |
@lazka subversion inside bash on github actions works. It's the one in your msys2 that does not.. but it's not github fault... I think you just need to set the paths right. I can check that for you or we can do it together on a github special shell :D |
I just found out 2 important things about msys2 and github actions:
I get a very different result than doing:
setup.bat is:
the first one (using a wrapper in nodejs that calls cmd.exe) makes everything work as on my windows pc. |
Could you provide the project link which has that actions yaml file? |
in this situation:
svn command fails.
I inspected the reason and it seems the windows dll path is wrong.
so no svn commands will work inside scripts too.
The text was updated successfully, but these errors were encountered: