From 5f09d3b18e7d93507ddfec6f417b8d3adae6806c Mon Sep 17 00:00:00 2001 From: domrjchen Date: Mon, 23 Oct 2023 01:36:33 +0800 Subject: [PATCH] Enable the local cache of ndk. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 099a8761..47cd3a64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,6 +75,7 @@ jobs: id: setup-ndk with: ndk-version: r19c + local-cache: true - name: Build Third-Party Cache if: github.event_name == 'push'