Skip to content

Commit d524277

Browse files
committed
Use for now
1 parent 446bd7c commit d524277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)