Skip to content

Commit

Permalink
chore(ci): readded android ndk step
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad committed Oct 25, 2024
1 parent bcedade commit 5a10bda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Android NDK
uses: nttld/setup-ndk@v1
with:
ndk-version: r25c

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 5a10bda

Please sign in to comment.