Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad authored Oct 25, 2024
1 parent 1844b6a commit e199d66
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
build:
runs-on: ubuntu-latest

env:
ANDROID_NDK_VERSION: "25.1.8937393"
ANDROID_API_LEVEL: 21 # Minimum API level for supported architectures

strategy:
matrix:
target:
Expand All @@ -43,6 +39,12 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}

- uses: actions/checkout@v3

- uses: nttld/setup-ndk@v1
with:
ndk-version: r25d

- name: Install cross
uses: taiki-e/install-action@v2
Expand Down

0 comments on commit e199d66

Please sign in to comment.