Skip to content

Commit c8fb920

Browse files
committed
Fix workflow
1 parent 71895e6 commit c8fb920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
with:
4040
script: "return process.env.RUNS_ON === 'macos-latest' ? '--target universal-apple-darwin' : ''"
4141
result-encoding: string
42+
43+
- name: install aarch64-apple-darwin
44+
run: 'rustup target add aarch64-apple-darwin'
4245

4346
- uses: tauri-apps/tauri-action@v0
4447
env:

0 commit comments

Comments
 (0)