Skip to content

Commit addf2d3

Browse files
committed
修改ndk路径
Change-Id: Ife849cfe96800bf45ae72562b6a517c54d4336c4
1 parent 0cf7349 commit addf2d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# key: ndk-cache-22.0.7026061
7777
- name: Setup NDK
7878
# if: steps.ndk-cache.outputs.cache-hit != 'true'
79-
run: echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061"
79+
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;22.0.7026061"
8080
- name: Update SDK Version
8181
run: bash .github/scripts/updateVersionCodeForSnapshot.sh
8282
# - name: Test with Gradle

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# key: ndk-cache-22.0.7026061
7777
- name: Setup NDK
7878
# if: steps.ndk-cache.outputs.cache-hit != 'true'
79-
run: echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061"
79+
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;22.0.7026061"
8080
# - name: Test with Gradle
8181
# run: ./gradlew test
8282
- name: Remove snapshot dependency

0 commit comments

Comments
 (0)