CI: Use binstall for tauri-cli
Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
parent
f6c52d3da3
commit
60f84bdbb9
2 changed files with 6 additions and 2 deletions
4
.github/workflows/release-osx.yml
vendored
4
.github/workflows/release-osx.yml
vendored
|
|
@ -14,8 +14,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Binstall
|
||||
uses: cargo-bins/cargo-binstall@main
|
||||
- name: install Tauri
|
||||
run: cargo install tauri-cli --profile dev
|
||||
run: cargo binstall tauri-cli --no-confirm
|
||||
- name: npm install (desktop)
|
||||
working-directory: desktop
|
||||
run: npm install
|
||||
|
|
|
|||
4
.github/workflows/release-windows.yml
vendored
4
.github/workflows/release-windows.yml
vendored
|
|
@ -13,8 +13,10 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Binstall
|
||||
uses: cargo-bins/cargo-binstall@main
|
||||
- name: install Tauri
|
||||
run: cargo install tauri-cli --profile dev
|
||||
run: cargo binstall tauri-cli --no-confirm
|
||||
- name: npm install (desktop)
|
||||
working-directory: desktop
|
||||
run: npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue