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 00741f0 commit 205019c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
with:
targets: ${{ matrix.target }}

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

- name: Install cross
uses: taiki-e/install-action@v2
with:
tool: cross

shell: bash
run: cargo install cross --git https://github.com/cross-rs/cross

- name: Build - ${{ matrix.target }}
shell: bash
run: cross build --target=${{ matrix.target }} --verbose
Expand Down

0 comments on commit 205019c

Please sign in to comment.