Skip to content

Commit

Permalink
ci: update android action
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Feb 15, 2021
1 parent 1245f83 commit 4138882
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ jobs:
with:
node-version: 12.x

- name: Use JDK 1.8
- uses: actions/setup-java@v1
with:
java-version: '8'
java-package: jdk
architecture: x64

- name: Cache Node.js modules
uses: actions/cache@v1
with:
Expand All @@ -165,11 +172,6 @@ jobs:
- name: Install npm dependencies
run: npm i

- name: Set up JDK 1.8
uses: joschi/setup-jdk@v2
with:
java-version: '1.8'

- name: Download Android Emulator Image
run: |
echo y | sudo $ANDROID_HOME/tools/bin/sdkmanager --verbose "system-images;android-27;google_apis;x86"
Expand Down

0 comments on commit 4138882

Please sign in to comment.