Skip to content

Commit

Permalink
workflow: add rust targets
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasGrandl committed Mar 13, 2024
1 parent 0532b03 commit ae14635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
save-always: true
- name: Rustup
run: rustup target add aarch64-apple-darwin x86_64-apple-darwin
- name: Build x86_64
run: cargo build --target=x86_64-apple-darwin -F ${{ vars.CARGO_FEATURES }} --release
- name: Build aarch64
Expand Down

0 comments on commit ae14635

Please sign in to comment.