|
|
|
|
7
|
runs-on: 'macOS-latest'
|
7
|
runs-on: 'macOS-latest'
|
8
|
steps:
|
8
|
steps:
|
9
|
- uses: actions/setup-java@v1
|
9
|
- uses: actions/setup-java@v1
|
10
|
- with:
|
|
|
11
|
- java-version: '8.0.4' // The JDK version to make available on the path. Takes a whole or semver Jdk version, or 1.x syntax (e.g. 1.8 => Jdk 8.x)
|
|
|
12
|
- architecture: x64 // (x64 or x86) - defaults to x64
|
|
|
13
|
- name: Setup - Install Android Emulator
|
10
|
- name: Setup - Install Android Emulator
|
14
|
run: |
|
11
|
run: |
|
15
|
touch ~/.android/repositories.cfg
|
12
|
touch ~/.android/repositories.cfg
|