From 1601303b03526e215282224ee09e97bdfe3faf96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?whalensun=28=E5=AD=99=E4=BC=9F=29?= <532125505@qq.com> Date: Thu, 25 Apr 2024 10:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dyml=E4=B8=ADndk=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I686452befb45860d4cc66da522c37664394c0db0 --- .github/workflows/debug.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 03cbdd9e..eb240f26 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -76,7 +76,7 @@ jobs: # key: ndk-cache-22.0.7026061 - name: Setup NDK # if: steps.ndk-cache.outputs.cache-hit != 'true' - run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" + run: echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" - name: Update SDK Version run: bash .github/scripts/updateVersionCodeForSnapshot.sh # - name: Test with Gradle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87426c89..da58b814 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: # key: ndk-cache-22.0.7026061 - name: Setup NDK # if: steps.ndk-cache.outputs.cache-hit != 'true' - run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" + run: echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" # - name: Test with Gradle # run: ./gradlew test - name: Remove snapshot dependency