mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
fix linux build
This commit is contained in:
parent
a8a93ef98e
commit
4e866f5764
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -164,7 +164,7 @@ jobs:
|
|||
|
||||
- name: build tauri for Linux
|
||||
uses: teaxyz/setup@v0
|
||||
if: matrix.platform.name == 'linux+x86-64'
|
||||
if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'darwin+aarch64'
|
||||
# TODO: https://tauri.app/v1/guides/distribution/sign-linux
|
||||
with:
|
||||
target: build
|
||||
|
|
Loading…
Reference in a new issue