fix(android): remove pin to specific NDK version (#246)

* fix(android): remove pin to specific NDK version

See https://github.com/ooni/probe-engine/issues/1179

* fix(android): see if we can trigger workflow with this rule
This commit is contained in:
Simone Basso
2021-03-08 14:52:04 +01:00
committed by GitHub
parent 58788d3a83
commit 0477903187
2 changed files with 4 additions and 25 deletions
+3 -2
View File
@@ -3,7 +3,8 @@ on:
push:
branches:
- mobile-staging
- 'release/**'
- "release/**"
- "**android**"
jobs:
test:
runs-on: macos-latest
@@ -14,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- run: brew install --cask android-sdk
- run: echo y | sdkmanager --install "platforms;android-29"
- run: echo y | sdkmanager --install "ndk;21.3.6528147"
- run: echo y | sdkmanager --install "ndk-bundle"
- run: ./build-android.bash
env:
ANDROID_HOME: /usr/local/Caskroom/android-sdk/4333796