mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 05:11:17 +08:00
ci: fix android build
This commit is contained in:
parent
f260d8cf01
commit
6901afb406
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' }}
|
||||
id: setup-ndk
|
||||
with:
|
||||
ndk-version: r26
|
||||
add-to-path: false
|
||||
local-cache: true
|
||||
ndk-version: r26b
|
||||
add-to-path: true
|
||||
|
||||
- name: Build Android
|
||||
if: ${{ matrix.job.type=='WithCGO' && matrix.job.target=='android' }}
|
||||
|
Loading…
Reference in New Issue
Block a user