Skip to content

Commit 524b140

Browse files
author
WhalenSun
committed
修改yml中ndk的路径
1 parent a5df720 commit 524b140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/opensource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sudo gem install fir-cli
5959
6060
- name: Setup NDK
61-
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.1.7171670"
61+
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;22.1.7171670"
6262
- name: Fix App Version
6363
run: |
6464
rb=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')

.github/workflows/tencent_official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
sudo gem install fir-cli
5656
5757
- name: Common-->Setup NDK
58-
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.1.7171670"
58+
run: echo "y" | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;22.1.7171670"
5959

6060
- name: Common-->Fix App Version
6161
run: |

0 commit comments

Comments
 (0)