Skip to content

Commit 64b4766

Browse files
author
codeErrorSleep
committed
ci: Add Rust target installation step to release workflow
1 parent d7cb1a8 commit 64b4766

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
workspaces: |
162162
src-tauri -> target
163163
164+
- name: Install Rust target
165+
run: rustup target add ${{ matrix.target }}
166+
164167
- name: Build and Release
165168
uses: tauri-apps/tauri-action@v0
166169
env:

0 commit comments

Comments
 (0)