diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7c4323..1fc4e7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: cargo fmt --all -- --check - name: Build app - run: ./gradlew assembleDebug --warning-mode all + run: ./gradlew assembleDebug --no-daemon --warning-mode all - name: Upload Apk if: github.repository == 'topminipie/twoyi'