Skip to content

Commit fbd950a

Browse files
committed
Update config
1 parent dce8ac4 commit fbd950a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/NativePipeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ jobs:
309309
java-version: 17
310310
distribution: temurin
311311
cache: gradle
312+
- name: "Check Java Version"
313+
run: java -version
314+
315+
- name: "Install Android SDK"
316+
run: |
317+
yes | sdkmanager --licenses
318+
sdkmanager "platform-tools" "platforms;android-30" # Adjust as needed
312319
- name: "Build Android app"
313320
working-directory: native-template/android
314321
run: ./gradlew assembleAppstoreDebug assembleAppstoreDebugAndroidTest

0 commit comments

Comments
 (0)