Skip to content

Commit 97fcc30

Browse files
committed
export var
1 parent 645b7d2 commit 97fcc30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ 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 }} bash build/build_android_library.sh
49+
export EXECUTORCH_USE_TIKTOKEN=${{ matrix.tiktoken }}
50+
bash build/build_android_library.sh
5051
# Build Android demo app
5152
bash build/test_android_ci.sh
5253

0 commit comments

Comments
 (0)