Skip to content

Commit

Permalink
Update master_dev_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
therajanmaurya authored Jan 13, 2024
1 parent b29a5bc commit 4d39512
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/master_dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
java-version: 17

# Install NDK
- name: Install NDK
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;26.1.10909125" --sdk_root=${ANDROID_SDK_ROOT}
- name: Set up NDK
uses: android/setup-ndk@v2
with:
ndk-version: '26.1.10909125'

# Update Gradle Permission
- name: Change gradlew Permission
Expand Down

0 comments on commit 4d39512

Please sign in to comment.