From f3f0756da76f424a6c9f0b5593122c46963907f1 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 8 Jun 2021 03:07:34 -0700 Subject: [PATCH] Update android-sample.yml (#2432) Summary: This should take care of the build issue. It's an annoying caching issue that's been around for ages. Also why it didn't happen locally. Pull Request resolved: https://github.com/facebook/flipper/pull/2432 Test Plan: GitHub CI Reviewed By: mweststrate Differential Revision: D28958707 Pulled By: passy fbshipit-source-id: 8538f6616dec934d924c04713af93e7a6b89e617 --- .github/workflows/android-sample.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-sample.yml b/.github/workflows/android-sample.yml index f5462078f..017f3c5d1 100644 --- a/.github/workflows/android-sample.yml +++ b/.github/workflows/android-sample.yml @@ -24,10 +24,10 @@ jobs: ~/.gradle/caches/jars-* ~/.gradle/caches/build-cache-* key: gradle-${{ hashFiles('checksum-android.txt') }} - - name: Build artifacts with Gradle - run: ./gradlew assembleDebug - name: Build sample apps with Gradle run: ./gradlew :sample:assembleDebug :tutorial:assembleDebug + - name: Build remaining artifacts with Gradle + run: ./gradlew assembleDebug - name: upload artifact uses: actions/upload-artifact@v1 with: