From 4e866f5764a933f911c6e16cbb958146333b6cbb Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 6 Jan 2023 06:57:31 +0800 Subject: [PATCH] fix linux build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d55f87c..35f285b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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