Skip to content

Commit 9349b4f

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent 2b85867 commit 9349b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-and-instrumented-tests-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-java@v4
4141
with:
4242
distribution: ${{ env.JAVA_DISTRIBUTION }}
43-
java-version: ${{ env.JAVA_VERSION }}
43+
java-version: 8
4444
- name: Create Android emulator
4545
run: |
4646
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses

0 commit comments

Comments
 (0)