TP-31287 | Add NDK & CMake to Checkstyle Action (#6792)
This commit is contained in:
committed by
GitHub Enterprise
parent
4b96b9dddd
commit
b83b00e439
9
.github/workflows/android_checkstyle.yml
vendored
9
.github/workflows/android_checkstyle.yml
vendored
@@ -21,8 +21,11 @@ jobs:
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: adopt
|
||||
- name: Setup Android SDK
|
||||
- name: Set up Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
- name: Grant execute permission for gradlew
|
||||
- name: Set up Android NDK & CMake
|
||||
run: sdkmanager "ndk;25.2.9519653" "cmake;3.22.1"
|
||||
- name: Grant Execute Permission for Gradle Wrapper
|
||||
run: chmod +x gradlew
|
||||
- run: ./gradlew spotlessCheck
|
||||
- name: Run Spotless Check
|
||||
run: ./gradlew spotlessCheck
|
||||
|
||||
Reference in New Issue
Block a user