Skip to content

Commit 3b8003c

Browse files
committed
Fix for minor typo in bash script
1 parent c627619 commit 3b8003c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/scripts/test_model.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ build_cmake_executor_runner() {
5252
local backend_string_select="${1:-}"
5353
echo "Building executor_runner"
5454
rm -rf ${CMAKE_OUTPUT_DIR}
55-
if [[ "$backend_string_select" == "XNNPACK"]]; then
55+
mkdir ${CMAKE_OUTPUT_DIR}
56+
if [[ "$backend_string_select" == "XNNPACK" ]]; then
5657
echo "Backend $backend_string_select selected"
5758
cmake -DCMAKE_BUILD_TYPE=Debug \
5859
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \

0 commit comments

Comments
 (0)