Skip to content

Commit

Permalink
Add required build target
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonB50 authored Oct 9, 2024
1 parent 9c23280 commit fdfbd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-linux-android,armv7-linux-androideabi,x86_64-linux-android
targets: aarch64-linux-android,armv7-linux-androideabi,i686-linux-android,x86_64-linux-android

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit fdfbd9e

Please sign in to comment.