test: install tauri
This commit is contained in:
parent
fbe751778b
commit
d80618e1fe
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
|||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
- name: install tauri
|
||||||
|
run: cargo install tauri-cli --version ^1.0.0-beta
|
||||||
- name: install app dependencies and build it
|
- name: install app dependencies and build it
|
||||||
run: yarn && yarn run predev && yarn build
|
run: yarn && yarn run predev && yarn build
|
||||||
- uses: tauri-apps/tauri-action@v0
|
- uses: tauri-apps/tauri-action@v0
|
||||||
|
Loading…
Reference in New Issue
Block a user