Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 7, 2024
1 parent 4c44d8d commit 9636d4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ jobs:

- name: Install dependencies
run: pnpm install && pnpm shupdate

- name: Install patch-crate
run: cargo install patch-crate

- name: Apply patches
run: cd src-tauri && cargo patch-crate

- name: Build
if: matrix.config.target != 'armv7-unknown-linux-gnueabihf' && matrix.config.target != 'aarch64-unknown-linux-gnu'
Expand Down

0 comments on commit 9636d4d

Please sign in to comment.