Skip to content

Commit

Permalink
fix: Install missing Rust target for universal Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed May 28, 2023
1 parent faafd91 commit f5aee2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Rust setup
uses: dtolnay/rust-toolchain@stable

- name: Install missing Rust target for universal Mac build
if: matrix.platform == 'macos-latest'
run: rustup target add aarch64-apple-darwin

- name: Rust cache
uses: swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit f5aee2d

Please sign in to comment.