Skip to content

Commit

Permalink
ci: linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
oomeow committed Oct 31, 2024
1 parent aaf4f19 commit 9fce853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Tauri build (x86_64)
if: startsWith(matrix.target, 'x86_64')
run: |
pnpm build ${{ matrix.target }} --alpha
pnpm build ${{ matrix.target }}
- name: Tauri build (other)
if: matrix.target != 'x86_64-unknown-linux-gnu'
Expand Down

0 comments on commit 9fce853

Please sign in to comment.