From 9fba6c494a5e0c5a67ce3c7eeff4ad67c4b6d69c Mon Sep 17 00:00:00 2001 From: Hsdi Date: Fri, 19 Jun 2026 04:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2191038..28eb2a7 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -60,8 +60,9 @@ jobs: ${{ runner.os }}-cargo- - name: Install Rust toolchain - run: | - rustup target add "$TARGET" + uses: dtolnay/rust-toolchain@stable + with: + targets: ${{ env.TARGET }} - name: Show toolchain run: |