diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7d6e72c5..20c364aa 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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: @@ -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"