Skip to content

Commit 11a52f0

Browse files
committed
perf: tauri-apps/cli
1 parent a0c24a9 commit 11a52f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@ jobs:
4747
- name: Install Rust dependencies (Windows)
4848
if: matrix.os == 'windows-latest'
4949
run: |
50-
rustup target add ${{ matrix.target }}
51-
cargo install tauri-cli --version "^2.0"
50+
npm install -g @tauri-apps/cli
5251
5352
- name: Install Rust dependencies (macOS)
5453
if: matrix.os == 'macos-latest'
5554
run: |
56-
rustup target add ${{ matrix.target }}
57-
cargo install tauri-cli --version "^2.0"
55+
npm install -g @tauri-apps/cli
5856
5957
- name: Install frontend dependencies
6058
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)