Skip to content

Commit

Permalink
Removed Android cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed Nov 12, 2023
1 parent 50af0af commit 12980d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/setup-host/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@ runs:
- name: Expose `ANDROID_HOME`
shell: bash
run: echo ANDROID_HOME=$ANDROID_HOME >> $GITHUB_ENV
- id: android-cache
name: Cache Android SDK
uses: actions/cache@v3
with:
key: ${{ runner.os }}/${{ runner.arch }}-android-sdk
path: ${{ env.ANDROID_HOME }}
- name: Accept Android licences
if: ${{ !steps.android-cache.cache-hit }}
shell: bash
run: (yes || true) | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
- # https://developer.android.com/studio/test/gradle-managed-devices#create_a_gradle_managed_device
Expand Down

0 comments on commit 12980d9

Please sign in to comment.