Skip to content

Commit 3497f0e

Browse files
committed
temporarily switch repo: intel -> fschlimb
1 parent c29c2ad commit 3497f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
5353
rm -rf ${INSTALLED_DIR}/imex
5454
IMEX_SHA=$(cat imex_version.txt)
5555
if [ ! -d "mlir-extensions" ]; then
56-
git clone --recurse-submodules --branch main --single-branch https://github.com/fschlimb/mlir-extensions
56+
git clone --recurse-submodules https://github.com/fschlimb/mlir-extensions
5757
fi
5858
pushd mlir-extensions
5959
git reset --hard HEAD

0 commit comments

Comments
 (0)