#Tauri v1 does not build on Github Action due to time

2 messages · Page 1 of 1 (latest)

languid mesa
#

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.

GitHub

A quick capture app for adding thoughts to a daily markdown note. - publish · minthemiddle/Quick-Capture@710f515

GitHub

A quick capture app for adding thoughts to a daily markdown note. - minthemiddle/Quick-Capture

white idol
#

Run cargo update time, commit the Cargo.lock changes and it should work. Alternatively you could downgrade rust to 1.79 or below 🤷