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 634076f commit b9b5f03Copy full SHA for b9b5f03
β.github/workflows/gradle.yml
@@ -66,17 +66,18 @@ jobs:
66
cd cmake-3.23.1-linux-x86_64
67
./bin/cmake --version
68
69
- # Avoid poisoned cache problems
70
- - name: Delete Android build pre-computed outputs
+ - name: Build application Debug APK with Gradle
71
uses: gradle/[email protected]
72
with:
73
- arguments: clean
+ arguments: assembleDebug
74
build-root-directory: android
75
76
- - name: Build application Debug APK with Gradle
+ # Avoid release poisoned cache problems
+ # Preserve hosted agent free disk space
77
+ - name: Delete Android build pre-computed outputs
78
79
- arguments: assembleDebug
80
+ arguments: clean
81
82
83
- name: Build application Release APK with Gradle
0 commit comments