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 0c2c7bc commit 3ff84b0Copy full SHA for 3ff84b0
.github/workflows/_android.yml
@@ -57,6 +57,10 @@ jobs:
57
cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/debug/*.apk "${DEMO_APP_DIR}"
58
cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/androidTest/debug/*.apk "${DEMO_APP_DIR}"
59
60
+ sccache --show-stats
61
+
62
63
64
# Running Android emulator directly on the runner and not using Docker
65
run-emulator:
66
needs: build-llm-demo
0 commit comments