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 aa5efbe commit 3a06d10Copy full SHA for 3a06d10
.github/workflows/android.yml
@@ -46,8 +46,6 @@ jobs:
46
# Build LLM Demo for Android
47
bash build/build_android_llm_demo.sh ${ARTIFACTS_DIR_NAME}
48
49
- shasum -a 256 "${ARTIFACTS_DIR_NAME}/llm_demo/executorch.aar"
50
-
51
# Running Android emulator directly on the runner and not using Docker
52
run-emulator:
53
needs: build-llm-demo
0 commit comments