From 5d28ba0a2534608a5d67f65faa96e43abf5302e8 Mon Sep 17 00:00:00 2001 From: MoonBirdLin <67228106+MoonBirdLin@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:16:13 +0800 Subject: [PATCH] Update build.yml (setup ndk) Reference to https://github.com/nttld/setup-ndk/issues/518, fixed the compiler error related to nttld/setup-ndk --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7456a29..e5b1625 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,8 @@ jobs: uses: nttld/setup-ndk@v1 with: ndk-version: r25b - local-cache: true + local-cache: false + link-to-sdk: true - name: Set up Python 3.9 uses: actions/setup-python@v4