Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent 2397fe6 commit 2e7d374
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
target: aarch64-linux-android
override: true
- uses: actions-rs/cargo@v1
- name: Run
run: cargo xbuild --release --target=aarch64-linux-android
with:
use-cross: true
command: build
args: --target aarch64-linux-android

0 comments on commit 2e7d374

Please sign in to comment.