Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add x86_64-apple-darwin toolchain to release workflow (#527)
### Description(変更内容) macOS用のリリースが以下のように失敗するようになった。Rustの x86_64-apple-darwin 用ツールチェインを明示的に追加する。 ``` Error failed to build x86_64-apple-darwin binary: Target x86_64-apple-darwin is not installed (installed targets: aarch64-apple-darwin). Please run `rustup target add x86_64-apple-darwin`. Error: Command failed with exit code 1: tauri build --target universal-apple-darwin -- --profile release-lto ```
- Loading branch information