Browse Source

ci: cache android ndk archive

Anonymous Maarten 1 year ago
parent
commit
d2db3f3993
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/android.yml

+ 1 - 0
.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' }}