Skip to content

Commit

Permalink
Add Darwin targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed May 27, 2024
1 parent 731fa79 commit 861d5d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cross-compile-all-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: macos-12
steps:
- name: Set up Rust
run: rustup override set 1.78
run: |
rustup toolchain install 1.78
rustup default 1.78
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
- name: Install cross
run: cargo install cross --git https://github.com/cross-rs/cross --rev c87a52a
Expand Down

0 comments on commit 861d5d5

Please sign in to comment.