Skip to content

Commit

Permalink
android: fix build #build-android
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Oct 13, 2024
1 parent 2aa113a commit e10ff45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
strategy:
matrix:
rust: [ stable ]
api-level: [ 33 ]
ndk-version: [ '25.1.8937393' ]
cmake-version: [ '3.22.1' ]
api-level: [ 35 ]
ndk-version: [ '27.1.12297006' ]
cmake-version: [ '3.30.4' ]
continue-on-error: ${{ matrix.rust != 'stable' && matrix.rust != 'beta' }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e10ff45

Please sign in to comment.