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' }}