We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6c705 commit 9e40eddCopy full SHA for 9e40edd
.github/workflows/release.yml
@@ -193,7 +193,7 @@ jobs:
193
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
194
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
195
with:
196
- targets: x86_64-apple-darwin, aaarch64-apple-darwin
+ targets: x86_64-apple-darwin, aarch64-apple-darwin
197
toolchain: ${{ env.nightly_toolchain }}
198
- name: Environment Setup
199
run: |
0 commit comments