From f093e079e308fa55e084543c3ba2e945054d0f66 Mon Sep 17 00:00:00 2001 From: lkhsss Date: Sat, 14 Jun 2025 17:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c456fcd..cdd71b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,8 +79,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} - run: | - cargo install tauri-cli --version "^2.0.0" --locked + - name: Install cross if: matrix.use-cross @@ -92,6 +91,9 @@ jobs: if: matrix.use-cross shell: bash run: echo "BUILD_CMD=cross" >> $GITHUB_ENV + + - name: 安装Tauri构建工具 + run: cargo install tauri-cli --version "^2.0.0" --locked - name: Show Version Information (Rust, cargo, GCC) shell: bash