Skip to content

Commit

Permalink
Ensure that ANDROID_HOME is set
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator/fbjni#9

Reviewed By: priteshrnandgaonkar

Differential Revision: D17626562

Pulled By: passy

fbshipit-source-id: 5a57aac3bc23a3cb16b06b958e9d0deb4e44e541
  • Loading branch information
passy authored and facebook-github-bot committed Sep 27, 2019
1 parent 80eddb7 commit 39f6192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-party/fbjni/.github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
./gradlew assembleDebug
- name: Run tests
run: |
source scripts/android-setup.sh && installsdk 'cmake;3.10.2.4988404'
source scripts/android-setup.sh && installAndroidSDK && installsdk 'cmake;3.10.2.4988404'
scripts/run-host-tests.sh

0 comments on commit 39f6192

Please sign in to comment.