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 dbcb18d commit 153b55eCopy full SHA for 153b55e
1 file changed
.github/workflows/android_main.yml
@@ -52,6 +52,9 @@ jobs:
52
- name: gradle
53
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace
54
55
+ - name: print conan cache size
56
+ run: du -h -d1 ~/.conan2/p
57
+
58
- name: Artifact APKs
59
uses: actions/upload-artifact@v4
60
with:
0 commit comments