From a28bbc1abaf060b57b73a069353218d734064422 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 30 Jul 2024 11:27:11 -0700 Subject: [PATCH] add cache --- .github/workflows/android-ndk-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android-ndk-build.yml b/.github/workflows/android-ndk-build.yml index 53b0fc97899..e855c3d460e 100644 --- a/.github/workflows/android-ndk-build.yml +++ b/.github/workflows/android-ndk-build.yml @@ -18,6 +18,7 @@ jobs: with: java-version: '17' distribution: 'temurin' + cache: 'temurin' # This enables caching of the JDK - name: Setup Android SDK uses: android-actions/setup-android@v3