From f196607aedc3c306513d26cca6f3c7aeb69813b2 Mon Sep 17 00:00:00 2001 From: rushi3691 Date: Fri, 29 Mar 2024 18:31:51 +0530 Subject: [PATCH] Fix Rust setup for aarch64-apple-darwin target --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 6f17070..025775b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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