JonasKruckenberg / tauri-sys

Bindings to the Tauri API for projects using wasm-bindgen
Apache License 2.0
84 stars 21 forks source link

Building with an error when using tauri-action #27

Open Mouradost opened 11 months ago

Mouradost commented 11 months ago

Hi, first excellent job you did here, hope it gets mainstream with the Tauri repo. I'm having trubles building my app with GitHub actions on all 3 platforms (windows, macOS, and Ubuntu) due to tauri-sys build, the error is shown below, any idea how it could be solved ?

Screenshot from 2023-07-27 17-01-36

JonasKruckenberg commented 6 months ago

It'd be interested to see what Rust version you were using (getting around to fix all these issue with this package now) bc I'm running a build in CI on every commit and never experienced this problem.

Mouradost commented 6 months ago

I was using rust 1.74 or 1.73 I forgot. I did however submit a PR #28 which solved it for me.