Skip to content

Commit

Permalink
fix android ci pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Jan 20, 2024
1 parent 53a7bd7 commit 55e8400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cmake-version: '3.16.x'
- name: Install NDK
run: |
echo "y" | sudo -H ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;${ANDROID_NDK_VERSION}" --sdk_root=${ANDROID_SDK_ROOT} > /dev/null
echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;${ANDROID_NDK_VERSION}" --sdk_root=${ANDROID_SDK_ROOT} > /dev/null
env:
DEBIAN_FRONTEND: noninteractive
# build for all ABIs
Expand Down

0 comments on commit 55e8400

Please sign in to comment.