diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5aa9632..cc6f2ef 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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