Skip to content

Commit 9e40edd

Browse files
fix(build): typo
Fix typo in Rustup target.
1 parent 3e6c705 commit 9e40edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
194194
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
195195
with:
196-
targets: x86_64-apple-darwin, aaarch64-apple-darwin
196+
targets: x86_64-apple-darwin, aarch64-apple-darwin
197197
toolchain: ${{ env.nightly_toolchain }}
198198
- name: Environment Setup
199199
run: |

0 commit comments

Comments
 (0)