forked from Green-Sky/tomato
disable caching the ndk so it works
see https://github.com/nttld/setup-ndk/issues/518
This commit is contained in:
parent
04191858de
commit
d7e658eba6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- uses: nttld/setup-ndk@v1
|
||||
id: setup_ndk
|
||||
with:
|
||||
local-cache: true
|
||||
local-cache: false # https://github.com/nttld/setup-ndk/issues/518
|
||||
ndk-version: r26d
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
|
Loading…
Reference in New Issue
Block a user