Skip to content
Snippets Groups Projects
Commit d80618e1 authored by GyDi's avatar GyDi
Browse files

test: install tauri

parent fbe75177
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,8 @@ jobs: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment