test: rm cargo install
This commit is contained in:
parent
d80618e1fe
commit
dff17d77e8
2 changed files with 1 additions and 3 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -21,8 +21,6 @@ jobs:
|
|||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: install tauri
|
||||
run: cargo install tauri-cli --version ^1.0.0-beta
|
||||
- name: install app dependencies and build it
|
||||
run: yarn && yarn run predev && yarn build
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
|
@ -34,4 +32,3 @@ jobs:
|
|||
releaseBody: "This is a test release."
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
tauriScript: "yarn build"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
"tauri": "tauri",
|
||||
"dev": "cargo tauri dev",
|
||||
"build": "cargo tauri build",
|
||||
"web:dev": "vite",
|
||||
|
|
Loading…
Add table
Reference in a new issue