From 06e7b2e4eeff9ff6b341125498166d23dfd1b843 Mon Sep 17 00:00:00 2001 From: Michael Bogdanov Date: Fri, 27 Oct 2023 09:19:39 +0200 Subject: [PATCH] ~ --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79eb7f788..de3580821 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,6 +96,14 @@ jobs: - name: Setup Gradle Cache uses: gradle/gradle-build-action@v2 + - name: Cache system-images + id: cache-system-images + uses: actions/cache@v3 + with: + path: | + ~/Android/Sdk/system-images + key: ${{ runner.os }}-emulator-image-${{${{ matrix.arch[0] } }} + - name: Restore Native Libs 2 id: restore-nativeLibs uses: actions/cache@v3