Skip to content

Commit 743cc72

Browse files
Trying to get emulator action to work
1 parent 9175ded commit 743cc72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v3
1515

16+
# Need JDK 17 for Android build.
17+
- name: Set up JDK 17
18+
uses: actions/setup-java@v3
19+
with:
20+
distribution: 'temurin'
21+
java-version: '17'
22+
1623
# The Android emulator action seems to want to include this.
1724
- name: enable KVM for linux runners
1825
working-directory: ~

0 commit comments

Comments
 (0)