From 7e31b93afa867c091e4c66ca6a5870898fca697a Mon Sep 17 00:00:00 2001 From: yrippert-maker Date: Thu, 29 Jan 2026 16:13:30 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f217b06..37a8946 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,10 @@ jobs: cache-dependency-path: desktop/ui/package-lock.json - name: Install Rust - uses: dtolnay/rust-action@stable + uses: dtolnay/rust-toolchain@stable + with: + toolchain: stable + targets: aarch64-apple-darwin,x86_64-apple-darwin - name: Install UI deps run: cd desktop/ui && npm ci