disable caching the ndk so it works
Some checks failed
ContinuousIntegration / linux (push) Successful in 4m10s
ContinuousDelivery / linux-ubuntu (push) Failing after 5m0s
ContinuousIntegration / android (push) Successful in 5m40s
ContinuousDelivery / windows (push) Has been cancelled
ContinuousDelivery / windows-asan (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled

see https://github.com/nttld/setup-ndk/issues/518
This commit is contained in:
Green Sky 2024-05-30 13:08:23 +02:00
parent 04191858de
commit d7e658eba6
No known key found for this signature in database

View File

@ -43,7 +43,7 @@ jobs:
- uses: nttld/setup-ndk@v1 - uses: nttld/setup-ndk@v1
id: setup_ndk id: setup_ndk
with: with:
local-cache: true local-cache: false # https://github.com/nttld/setup-ndk/issues/518
ndk-version: r26d ndk-version: r26d
- uses: actions/setup-java@v4 - uses: actions/setup-java@v4