zheng (@up-zheng) 在 开发求助 tauri 和 tauri-build 版本不一致 中发帖
在使用github Actions 去构建的时候 macos和linux总是构建不成功 但是win就可以 问ai好多遍了 总是解决不了 :tieba_087:
现象
Windows 构建成功,但 macOS 和 Linux 构建失败
错误信息:
error[E0432]: unresolved import tauri
或
missing cargo:dev instruction
环境
Tauri 2.x 项目
使用
tauri-apps/tauri-action@v0
进行 CI 构建
GitHub Actions 多平台构建 (macos-latest, ubuntu-22.04, windows-latest)
[image]
[image]