From da8215552aca118dca3874e7b2fd950043579c22 Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Thu, 18 Jan 2024 00:52:59 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14fa705..2024f8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,8 @@ jobs: - name: Rust setup uses: dtolnay/rust-toolchain@stable + with: + targets: ${{ matrix.target.name }} - name: Rust cache uses: swatinem/rust-cache@v2