ci: fix android build
This commit is contained in:
parent
228cfd4326
commit
524b1bdffa
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -161,9 +161,8 @@ jobs:
|
||||||
if: ${{ matrix.job.type=='WithCGO' && matrix.job.target=='android' }}
|
if: ${{ matrix.job.type=='WithCGO' && matrix.job.target=='android' }}
|
||||||
id: setup-ndk
|
id: setup-ndk
|
||||||
with:
|
with:
|
||||||
ndk-version: r26
|
ndk-version: r26b
|
||||||
add-to-path: false
|
add-to-path: true
|
||||||
local-cache: true
|
|
||||||
|
|
||||||
- name: Build Android
|
- name: Build Android
|
||||||
if: ${{ matrix.job.type=='WithCGO' && matrix.job.target=='android' }}
|
if: ${{ matrix.job.type=='WithCGO' && matrix.job.target=='android' }}
|
||||||
|
|
Loading…
Reference in a new issue