fix locos for trips, hopefully improve build times
Some checks failed
Some checks failed
This commit is contained in:
@@ -52,14 +52,6 @@ jobs:
|
||||
distribution: temurin
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
|
||||
- name: Cache Android SDK
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ env.ANDROID_SDK_ROOT }}
|
||||
key: android-sdk-${{ runner.os }}-java${{ env.JAVA_VERSION }}-platform33-buildtools33.0.2
|
||||
restore-keys: |
|
||||
android-sdk-${{ runner.os }}-java${{ env.JAVA_VERSION }}-
|
||||
|
||||
- name: Install Android SDK
|
||||
run: |
|
||||
mkdir -p "$ANDROID_SDK_ROOT"/cmdline-tools
|
||||
|
||||
Reference in New Issue
Block a user