Skip to content

Commit

Permalink
CI: ターゲット aarch64-apple-darwin を追加する (MIERUNE#503)
Browse files Browse the repository at this point in the history
Universal Binary 対応 (MIERUNE#502) の不備を修正。rustup でターゲット aarch64-apple-darwin
を追加する。

参考:
https://github.com/tauri-apps/tauri-action/blob/dev/.github/workflows/test-action.yml
  • Loading branch information
ciscorn authored Mar 21, 2024
1 parent dd2b425 commit 4847289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4847289

Please sign in to comment.