Skip to content

Commit 645b7d2

Browse files
committed
env
1 parent f674e0f commit 645b7d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
# Setup MacOS dependencies as there is no Docker support on MacOS atm
4747
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh buck2
4848
# Build Android library
49-
EXECUTORCH_USE_TIKTOKEN=${{ matrix.tiktoken }}
50-
bash build/build_android_library.sh
49+
EXECUTORCH_USE_TIKTOKEN=${{ matrix.tiktoken }} bash build/build_android_library.sh
5150
# Build Android demo app
5251
bash build/test_android_ci.sh
5352

0 commit comments

Comments
 (0)