File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 MODE=${{ matrix.mode }}
110110
111111 # Setup executorch
112- PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh cmake
112+ PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "${BUILD_TOOL}"
113113 # Install requirements for export_llama
114114 PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh
115115 # Test llama2
@@ -384,7 +384,7 @@ jobs:
384384 PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
385385
386386 # Setup executorch
387- PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh cmake
387+ PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "${BUILD_TOOL}"
388388 # Install requirements for export_llama
389389 PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh
390390 # Test llama2
You can’t perform that action at this time.
0 commit comments