dwyl / app

Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
http://dwyl.github.io/app/
143 stars 22 forks source link

[Bug] CI is not running the patching files properly #331

Closed LuchoTurtle closed 1 year ago

LuchoTurtle commented 1 year ago

The last merge commit have the actions failing https://github.com/dwyl/app/actions/runs/4541178170.

This was because 011d890 (#330) was committed without properly testing the patching process. By changing the patch files, the hunks have become malformed, thus leading to the patching process to fail.

LuchoTurtle commented 1 year ago

https://github.com/dwyl/learn-flutter/issues/86 might be related to this issue.

Going to investigate.