diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 220d12c..a8462ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,19 +30,16 @@ jobs: uses: ./.github/actions/setup - name: Install JDK - if: env.turbo_cache_hit != 1 uses: actions/setup-java@v3 with: distribution: 'zulu' java-version: '17' - name: Finalize Android SDK - if: env.turbo_cache_hit != 1 run: | /bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null" - name: Cache Gradle - if: env.turbo_cache_hit != 1 uses: actions/cache@v4 with: path: | @@ -91,7 +88,6 @@ jobs: bundle install - name: Cache cocoapods - if: env.turbo_cache_hit != 1 id: cocoapods-cache uses: actions/cache@v4 with: @@ -133,7 +129,6 @@ jobs: bundle install - name: Cache cocoapods - if: env.turbo_cache_hit != 1 id: cocoapods-cache uses: actions/cache@v4 with: @@ -175,7 +170,6 @@ jobs: bundle install - name: Cache cocoapods - if: env.turbo_cache_hit != 1 id: cocoapods-cache uses: actions/cache@v4 with: @@ -217,7 +211,6 @@ jobs: bundle install - name: Cache cocoapods - if: env.turbo_cache_hit != 1 id: cocoapods-cache uses: actions/cache@v4 with: @@ -254,19 +247,16 @@ jobs: uses: ./.github/actions/setup - name: Install JDK - if: env.turbo_cache_hit != 1 uses: actions/setup-java@v3 with: distribution: 'zulu' java-version: '17' - name: Finalize Android SDK - if: env.turbo_cache_hit != 1 run: | /bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null" - name: Cache Gradle - if: env.turbo_cache_hit != 1 uses: actions/cache@v4 with: path: | @@ -308,19 +298,16 @@ jobs: uses: ./.github/actions/setup - name: Install JDK - if: env.turbo_cache_hit != 1 uses: actions/setup-java@v3 with: distribution: 'zulu' java-version: '17' - name: Finalize Android SDK - if: env.turbo_cache_hit != 1 run: | /bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null" - name: Cache Gradle - if: env.turbo_cache_hit != 1 uses: actions/cache@v4 with: path: |