Skip to content

Commit

Permalink
chore(ci): update github workflow
Browse files Browse the repository at this point in the history
- Removed `Install Android NDK` step
- Updated `Install cross`  step to install prebuilt binary
  • Loading branch information
iahmadgad committed Oct 25, 2024
1 parent b02dca4 commit 6abd4d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,9 @@ jobs:
with:
targets: ${{ matrix.target }}

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

- name: Install cross
shell: bash
run: cargo install cross --git https://github.com/cross-rs/cross
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

- name: Build - ${{ matrix.target }}
shell: bash
Expand Down

0 comments on commit 6abd4d1

Please sign in to comment.