sunriseos / SunriseOS

Horizon/NX kernel reimplementation
Apache License 2.0
229 stars 13 forks source link

Try to fix CI by forcing cargo to fetch git repos via git cmd #650

Closed roblabla closed 2 years ago

roblabla commented 2 years ago

Looks like CI broke due to some issue in our ancient cargo's implementation of git fetching. It's possible to work around it by asking cargo to use the system git tool instead, which may be slower, but will at least work.