Skip to content

Commit

Permalink
Fix Rust setup for aarch64-apple-darwin target
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi3691 committed Mar 29, 2024
1 parent 140fa74 commit f196607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
# with:
# targets: aarch64-apple-darwin
with:
targets: aarch64-apple-darwin

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

0 comments on commit f196607

Please sign in to comment.