From 0a80d994d2c65e0a2795e1aacd8e04b5b6f68deb Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Thu, 18 Jan 2024 00:16:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8D=A2=E6=88=90pnpm=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fea5bdf..05e3176 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: node-version: 'lts/*' cache: 'pnpm' # Set this to npm, yarn or pnpm. - run: pnpm install - + - name: Set up Rust uses: dtolnay/rust-toolchain@stable with: @@ -104,13 +104,13 @@ jobs: Add-Content ~/.cargo/config '[target.i686-pc-windows-msvc]' Add-Content ~/.cargo/config 'rustflags = ["-C", "target-feature=+crt-static"]' - - name: Install Cross and tauri-cki - run: | + # - name: Install Cross and tauri-cki + # run: | - cargo install tauri-cli + # cargo install tauri-cli - name: Build run: | - cargo tauri build --target ${{ matrix.target.name }} + pnpm tauri build --target ${{ matrix.target.name }}