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 4d39512 commit 0f8c820
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/master_dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
java-version: 17

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

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

0 comments on commit 0f8c820

Please sign in to comment.