Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent c92dfd8 commit da2cb41
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ jobs:
run: echo $PWD
- name: Import
run: $PWD/import.sh
- name: Build
uses: actions-rs/cargo@v1
- name: aarch64 Build
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: aarch64-linux-android
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --target=${{ matrix.target }}
use-cross: ${{ matrix.cross }}
args: --release --target=aarch64-linux-android

0 comments on commit da2cb41

Please sign in to comment.