Install tauri-cli in CI for all platforms
This commit is contained in:
10
.github/workflows/build-and-upload.yml
vendored
10
.github/workflows/build-and-upload.yml
vendored
@@ -168,6 +168,9 @@ jobs:
|
|||||||
- name: Setup Rust (Tauri)
|
- name: Setup Rust (Tauri)
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install tauri-cli
|
||||||
|
run: cargo install tauri-cli --version 2.0.0-beta.20
|
||||||
|
|
||||||
- name: Set workspace versions
|
- name: Set workspace versions
|
||||||
run: npm version ${VERSION} --workspaces --include-workspace-root --no-git-tag-version --allow-same-version
|
run: npm version ${VERSION} --workspaces --include-workspace-root --no-git-tag-version --allow-same-version
|
||||||
|
|
||||||
@@ -222,6 +225,10 @@ jobs:
|
|||||||
- name: Setup Rust (Tauri)
|
- name: Setup Rust (Tauri)
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install tauri-cli
|
||||||
|
run: cargo install tauri-cli --version 2.0.0-beta.20
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Set workspace versions
|
- name: Set workspace versions
|
||||||
run: npm version ${{ env.VERSION }} --workspaces --include-workspace-root --no-git-tag-version --allow-same-version
|
run: npm version ${{ env.VERSION }} --workspaces --include-workspace-root --no-git-tag-version --allow-same-version
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -276,6 +283,9 @@ jobs:
|
|||||||
- name: Setup Rust (Tauri)
|
- name: Setup Rust (Tauri)
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install tauri-cli
|
||||||
|
run: cargo install tauri-cli --version 2.0.0-beta.20
|
||||||
|
|
||||||
- name: Install Tauri Linux dependencies
|
- name: Install Tauri Linux dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user