From 48472898735e26c65c42d5c7ab66a472f928e83c Mon Sep 17 00:00:00 2001 From: Taku Fukada Date: Thu, 21 Mar 2024 22:48:52 +0900 Subject: [PATCH] =?UTF-8?q?CI:=20=E3=82=BF=E3=83=BC=E3=82=B2=E3=83=83?= =?UTF-8?q?=E3=83=88=20aarch64-apple-darwin=20=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=81=99=E3=82=8B=20(#503)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Universal Binary 対応 (#502) の不備を修正。rustup でターゲット aarch64-apple-darwin を追加する。 参考: https://github.com/tauri-apps/tauri-action/blob/dev/.github/workflows/test-action.yml --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fce99c33d..cd8b96a31 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,6 +25,8 @@ jobs: - name: Rust setup uses: dtolnay/rust-toolchain@stable + with: + targets: aarch64-apple-darwin - name: Rust cache uses: swatinem/rust-cache@v2