From d7e658eba6d8c29caa40a5c6aa1d68587d6c99ab Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 30 May 2024 13:08:23 +0200 Subject: [PATCH] disable caching the ndk so it works see https://github.com/nttld/setup-ndk/issues/518 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cea4988..cc1a2608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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