Skip to content

Commit

Permalink
feat: add Tauri CLI installation step in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Jan 1, 2025
1 parent 5699582 commit 8124172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Tauri CLI
run: npm install -g @tauri-apps/cli
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin,x86_64-apple-darwin
Expand Down

0 comments on commit 8124172

Please sign in to comment.