Skip to content

Commit

Permalink
Use cargo-ndk main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 22, 2024
1 parent edf16a6 commit 4970052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
push:
branches: ['main', '0.8.x']
pull_request:
merge_group:
schedule:
Expand Down Expand Up @@ -132,7 +131,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Install cargo-ndk
run: cargo install cargo-ndk
run: cargo install --git https://github.com/bbqsrc/cargo-ndk.git --branch main cargo-ndk

- name: Build unit tests for Android
run: cargo ndk -t ${{ matrix.target }} test --no-run
Expand Down

0 comments on commit 4970052

Please sign in to comment.