mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
ci: try to fix android builds
This commit is contained in:
parent
e6cb3df546
commit
a633d3e320
3 changed files with 7 additions and 7 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- uses: nttld/setup-ndk@v1
|
||||
id: setup-ndk
|
||||
with:
|
||||
ndk-version: r25b
|
||||
ndk-version: r26b
|
||||
add-to-path: false
|
||||
local-cache: true
|
||||
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- uses: nttld/setup-ndk@v1
|
||||
id: setup-ndk
|
||||
with:
|
||||
ndk-version: r25b
|
||||
ndk-version: r26b
|
||||
add-to-path: false
|
||||
local-cache: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue