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 f7ef573 commit 3c7f5b7Copy full SHA for 3c7f5b7
.github/workflows/_android.yml
@@ -27,6 +27,7 @@ jobs:
27
conda activate "${CONDA_ENV}"
28
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool buck2
29
export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded
30
+ mkdir -p ${ARTIFACTS_DIR_NAME}/
31
32
# Build LLM Demo for Android
33
export BUILD_AAR_DIR=aar-out
0 commit comments