We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c24a9 commit 11a52f0Copy full SHA for 11a52f0
.github/workflows/release.yml
@@ -47,14 +47,12 @@ jobs:
47
- name: Install Rust dependencies (Windows)
48
if: matrix.os == 'windows-latest'
49
run: |
50
- rustup target add ${{ matrix.target }}
51
- cargo install tauri-cli --version "^2.0"
+ npm install -g @tauri-apps/cli
52
53
- name: Install Rust dependencies (macOS)
54
if: matrix.os == 'macos-latest'
55
56
57
58
59
- name: Install frontend dependencies
60
run: yarn install --frozen-lockfile
0 commit comments