JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros
https://gitnuro.com/
GNU General Public License v3.0
872 stars 44 forks source link

Build failed #158

Closed warmachinesocial closed 10 months ago

warmachinesocial commented 10 months ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Clone
  2. Run gradle

Expected behavior

Screenshots `Could not create task ':rust_generateKotlinFromUdl'.

A problem occurred starting process 'command 'cargo''

Desktop (please complete the following information):

JetpackDuba commented 10 months ago

Have you got the Rust stuff installed? It seems to work fine on CI, check if you have everything set up properly.

warmachinesocial commented 10 months ago

All I had done was installed rust, did we have to do anything besides it?

warmachinesocial commented 10 months ago

Found the solution, if anyone using fedora please don't install using the script from rust site, sudo dnf install rust cargo should do the job. Reference :- https://developer.fedoraproject.org/tech/languages/rust/rust-installation.html