diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79eb7f788..7bb2cf1d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 170 strategy: matrix: - arch: [[16, x86], [21, x86], [23, x86], [29, x86_64], [31, x86_64], [33, x86_64]] + arch: [[16, x86], [21, x86], [23, x86], [28, x86], [29, x86_64], [31, x86_64], [33, x86_64], [34, x86_64]] os: [macos-latest] runs-on: ${{ matrix.os }} steps: @@ -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: | + env.ANDROID_SDK_ROOT/system-images + key: ${{ runner.os }}-emulator-image-${{${{ matrix.arch[0] } }} + - name: Restore Native Libs 2 id: restore-nativeLibs uses: actions/cache@v3