Fix typo in install-iree -> iree-install.
diff --git a/.github/workflows/build_package.yml b/.github/workflows/build_package.yml
index 029ef35..9fe3cbe 100644
--- a/.github/workflows/build_package.yml
+++ b/.github/workflows/build_package.yml
@@ -88,9 +88,9 @@
run: |
# Just need to build for one examplar python3 variant.
export CIBW_BUILD="cp38-*"
- package_dir="./install-iree/python_packages/iree_compiler"
+ package_dir="./iree-install/python_packages/iree_compiler"
export CIBW_BEFORE_BUILD="rm -f ./build-iree/CMakeCache.txt && \
- rm -Rf ./install-iree && \
+ rm -Rf ./iree-install && \
python ./main_checkout/build_tools/cmake/cmake_configure_ci.py \
-B./iree-build -DCMAKE_INSTALL_PREFIX=./iree-install \
-DCMAKE_BUILD_TYPE=Release \
@@ -112,9 +112,9 @@
shell: bash
run: |
# Just need to build for one examplar python3 variant.
- package_dir="./install-iree/python_packages/iree_rt"
+ package_dir="./iree-install/python_packages/iree_rt"
export CIBW_BEFORE_BUILD="rm -f ./build-iree/CMakeCache.txt && \
- rm -Rf ./install-iree && \
+ rm -Rf ./iree-install && \
python ./main_checkout/build_tools/cmake/cmake_configure_ci.py \
-B./iree-build -DCMAKE_INSTALL_PREFIX=./iree-install \
-DCMAKE_BUILD_TYPE=Release \