Skip to content

Commit

Permalink
fix: 换成pnpm进行编译
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 17, 2024
1 parent b68f6ff commit 0a80d99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit 0a80d99

Please sign in to comment.