install tauri-cli from git [skip ci]

pull/431/head
Lucas Nogueira 2 years ago
parent b7c7a1b95f
commit b2c397b78e
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -48,7 +48,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: install Tauri CLI
run: cargo install tauri-cli@^2.0.0-alpha
run: cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch dev
- name: run integration tests
run: cargo test --test '*' -- --ignored

Loading…
Cancel
Save