-
Notifications
You must be signed in to change notification settings - Fork 105
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
Build process fails in linux due to incorrect filename #469
Comments
Thanks @eruizc-dev can you check and verify the change works with this update? #474 |
@david-driscoll I checked and it still fails |
I will investigate a little more. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
Build fails due to a file not being found
Repro steps
git clone [email protected]:OmniSharp/csharp-language-server-protocol.git
cd csharp-language-server-protocol
sudo chmod +x ./build.sh
sh -c ./build.sh
Workaround
It tries to update the readme but doesn't found it (it searches for Readme.md and the file is called README.md, so we rename it)
mv README.md Readme.md
Additional info:
I guess this has something to do with #226 but the error is different so I decided to create a new issue.
The text was updated successfully, but these errors were encountered: