mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
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.
This commit is contained in:
parent
b71434140e
commit
4c6cff6391
3
.github/workflows/CI.yaml
vendored
3
.github/workflows/CI.yaml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
POLLER: poll
|
||||
- os: ubuntu-latest
|
||||
BUILD_TYPE: android
|
||||
NDK_VERSION: android-ndk-r25
|
||||
DRAFT: disabled
|
||||
- os: ubuntu-latest
|
||||
BUILD_TYPE: coverage
|
||||
@ -148,6 +149,8 @@ jobs:
|
||||
USE_NSS: ${{ matrix.USE_NSS }}
|
||||
VMCI: ${{ matrix.VMCI }}
|
||||
POLLER: ${{ matrix.POLLER }}
|
||||
NDK_VERSION: ${{ matrix.NDK_VERSION }}
|
||||
ANDROID_NDK_ROOT: /tmp/${{ matrix.NDK_VERSION }}
|
||||
steps:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user