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 <[email protected]>
  • Loading branch information
Andrey1994 committed Jan 20, 2024
1 parent 55e8400 commit 455f241
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
cmake-version: '3.16.x'
- name: Install NDK
run: |
echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;${ANDROID_NDK_VERSION}" --sdk_root=${ANDROID_SDK_ROOT} > /dev/null
env:
DEBIAN_FRONTEND: noninteractive
echo "y" | ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;${ANDROID_NDK_VERSION}" --sdk_root=${ANDROID_SDK_ROOT}
# build for all ABIs
- name: Compile libusb
run: |
Expand Down

0 comments on commit 455f241

Please sign in to comment.