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 645b7d2 commit 97fcc30Copy full SHA for 97fcc30
.github/workflows/android.yml
@@ -46,7 +46,8 @@ 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 }} bash build/build_android_library.sh
+ export EXECUTORCH_USE_TIKTOKEN=${{ matrix.tiktoken }}
50
+ bash build/build_android_library.sh
51
# Build Android demo app
52
bash build/test_android_ci.sh
53
0 commit comments