From f477601910aeb8b21eb9dbc99dca48416b95b48e Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Wed, 3 Sep 2025 20:58:48 +0700 Subject: [PATCH] Build one debug variant only Signed-off-by: Pun Butrach --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a06c3b1565..7ac20b2f87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,9 @@ jobs: echo storeFile='${{ github.workspace }}/key.jks' >> keystore.properties echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks fi + # pun.butrach@TODO: This fail CI, Kotlin daemon is unresponsive in GitHub CI for no reason. - name: Build debug APK - run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug assembleLawnWithQuickstepNightlyRelease --no-configuration-cache + run: ./gradlew assembleLawnWithQuickstepPlayDebug --no-configuration-cache - name: Upload artifact uses: actions/upload-artifact@v4 with: