Skip to content

Commit

Permalink
fix(build): typo
Browse files Browse the repository at this point in the history
Fix typo in Rustup target.
  • Loading branch information
nwesterhausen committed Feb 18, 2024
1 parent 3e6c705 commit 9e40edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
with:
targets: x86_64-apple-darwin, aaarch64-apple-darwin
targets: x86_64-apple-darwin, aarch64-apple-darwin
toolchain: ${{ env.nightly_toolchain }}
- name: Environment Setup
run: |
Expand Down

0 comments on commit 9e40edd

Please sign in to comment.