Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Oct 27, 2023
1 parent 382008e commit 06e7b2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06e7b2e

Please sign in to comment.