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 581b518 commit aa0253c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]

env:
ANDROID_NDK_VERSION: 25.1.8937393
Expand All @@ -28,9 +28,10 @@ jobs:
uses: jwlawson/[email protected]
with:
cmake-version: '3.16.x'
- name: Install NDK
run: |
echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;${ANDROID_NDK_VERSION}" --sdk_root=${ANDROID_SDK_ROOT} > /dev/null
- name: Setup NDK
uses: nttld/setup-ndk@v1
with:
ndk-version: 25.1.8937393
# build for all ABIs
- name: Compile libusb
run: |
Expand Down

0 comments on commit aa0253c

Please sign in to comment.