mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
install jdk in workflow
This commit is contained in:
7
apps/mobile/.github/workflows/main.yml
vendored
7
apps/mobile/.github/workflows/main.yml
vendored
@@ -13,7 +13,12 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
|
||||
|
||||
- name: "Install JDK"
|
||||
- uses: joschi/setup-jdk@v2
|
||||
with:
|
||||
java-version: '8'
|
||||
|
||||
- name: Download Android Emulator Image
|
||||
run: |
|
||||
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-29;google_apis;x86"
|
||||
|
||||
Reference in New Issue
Block a user