Skip to content

Commit

Permalink
install tauri cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 20, 2023
1 parent 9a734af commit 081e21b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ jobs:
- name: Build
run: cargo build --release --target aarch64-unknown-linux-gnu --features tauri

- name: Install tauri-cli
run: cargo install tauri-cli

- name: Build deb package
run: cargo tauri build --deb --target aarch64-unknown-linux-gnu --features tauri

Expand Down

0 comments on commit 081e21b

Please sign in to comment.