I'm on Tauri v1 and use Github Actions (actions/checkout_v4) to build.
Since a few days, builds for Mac are breaking with an error message about time (v0.3.34)
error[E0282]: type annotations needed for Box<_>`
I did not upgrade any packages consciously and have no idea how to fix it.
Building locally via cargo tauri build works flawlessly.
Here's the build trace:
https://github.com/minthemiddle/Quick-Capture/actions/runs/10416231474/job/28848086788
And the source (it's open source):
https://github.com/minthemiddle/Quick-Capture
Any help appreciated.