Skip to content

Commit d6409d6

Browse files
authored
Merge pull request #2 from rustfs/copilot/fix-build-failure-issue
fix: add tauri-cli installation to build workflow
2 parents 7d3b06a + 55e0eb3 commit d6409d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,12 @@ jobs:
102102
if: runner.os == 'macOS'
103103
run: |
104104
brew install trunk
105+
cargo install tauri-cli
105106
106107
- name: Install dependencies (Windows)
107108
if: runner.os == 'Windows'
108109
run: |
109-
cargo install trunk
110+
cargo install trunk tauri-cli
110111
111112
- name: Setup Node.js
112113
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)