We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71895e6 commit c8fb920Copy full SHA for c8fb920
.github/workflows/release.yml
@@ -39,6 +39,9 @@ jobs:
39
with:
40
script: "return process.env.RUNS_ON === 'macos-latest' ? '--target universal-apple-darwin' : ''"
41
result-encoding: string
42
+
43
+ - name: install aarch64-apple-darwin
44
+ run: 'rustup target add aarch64-apple-darwin'
45
46
- uses: tauri-apps/tauri-action@v0
47
env:
0 commit comments