We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bc99c commit d3bce3aCopy full SHA for d3bce3a
1 file changed
.github/workflows/android.yml
@@ -76,7 +76,6 @@ jobs:
76
77
- name: Build APK without runtime
78
run: |
79
- gradle --stop # kill the daemon
80
NO_RUNTIME=1 gradle :app_pojavlauncher:assembleDebug
81
mv app_pojavlauncher/build/outputs/apk/debug/app_pojavlauncher-debug.apk out/app-debug-noruntime.apk
82
0 commit comments