From d2db3f39932f2752b44204e2c3e459e80e1188f8 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 22 Nov 2023 19:22:31 +0100 Subject: [PATCH] ci: cache android ndk archive --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 20a09fe483..3ae775afdd 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -23,6 +23,7 @@ jobs: - uses: nttld/setup-ndk@v1 id: setup_ndk with: + local-cache: true ndk-version: r21e - name: Build (Android.mk) if: ${{ matrix.platform.name == 'Android.mk' }}