Skip to content

Commit 4c6cff6

Browse files
githejiebluca
authored andcommitted
Problem: CI build android on ubuntu-latest failed
Solution: Fixed the NDK version to android-ndk-r25 to avoid using unsupported NDK version on ubuntu-latest.
1 parent b714341 commit 4c6cff6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
POLLER: poll
3535
- os: ubuntu-latest
3636
BUILD_TYPE: android
37+
NDK_VERSION: android-ndk-r25
3738
DRAFT: disabled
3839
- os: ubuntu-latest
3940
BUILD_TYPE: coverage
@@ -148,6 +149,8 @@ jobs:
148149
USE_NSS: ${{ matrix.USE_NSS }}
149150
VMCI: ${{ matrix.VMCI }}
150151
POLLER: ${{ matrix.POLLER }}
152+
NDK_VERSION: ${{ matrix.NDK_VERSION }}
153+
ANDROID_NDK_ROOT: /tmp/${{ matrix.NDK_VERSION }}
151154
steps:
152155
- name: Add msbuild to PATH
153156
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)