From 6abd4d10badc561c243290e7e94da8387ab035af Mon Sep 17 00:00:00 2001 From: Ahmad Asaad Date: Fri, 25 Oct 2024 07:07:10 +0300 Subject: [PATCH] chore(ci): update github workflow - Removed `Install Android NDK` step - Updated `Install cross` step to install prebuilt binary --- .github/workflows/rust.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cc6f2ef..24a0f50 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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