Skip to content

Commit

Permalink
CI: Build tauri arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Garcia <[email protected]>
  • Loading branch information
luigi311 committed Oct 22, 2024
1 parent ce35196 commit 2f387f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: cargo binstall [email protected] --no-confirm --locked

- name: Build tauri (ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }}
env:
RUSTFLAGS: "-Clink-arg=-Wl,--allow-multiple-definition"
run: |
Expand Down

0 comments on commit 2f387f4

Please sign in to comment.