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 f674e0f commit 645b7d2Copy full SHA for 645b7d2
.github/workflows/android.yml
@@ -46,8 +46,7 @@ jobs:
46
# Setup MacOS dependencies as there is no Docker support on MacOS atm
47
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh buck2
48
# Build Android library
49
- EXECUTORCH_USE_TIKTOKEN=${{ matrix.tiktoken }}
50
- bash build/build_android_library.sh
+ EXECUTORCH_USE_TIKTOKEN=${{ matrix.tiktoken }} bash build/build_android_library.sh
51
# Build Android demo app
52
bash build/test_android_ci.sh
53
0 commit comments