Open dantunan opened 6 months ago
@taiki-e Is this failure a result of the cross tool chain action?
Rust 1.78 contains changes that cause compatibility issues with older wine/mingw toolchains. (e.g., https://github.com/rust-lang/rust/issues/123999 https://github.com/rust-lang/rust/issues/122228) Removing the following line and using the latest stable Wine version that is used by default by setup-cross-toolchain-action should fix the problem.
Hello @dantunan! Just wanted to check in.
Is this PR tested on the actual QNX operating system? If so I would be happy to merge it.
@taiki-e Is this failure a result of the cross tool chain action?