Skip to content

Commit

Permalink
Changed command to "run" instead of "build"
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent 2e7d374 commit 49c716f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
command: run
args: --target aarch64-linux-android

0 comments on commit 49c716f

Please sign in to comment.