Skip to content

Commit 1918bc0

Browse files
committed
Fix build.yml
1 parent 554343e commit 1918bc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ jobs:
146146
git clone https://github.com/llvm/llvm-project --branch main --single-branch || exit 1
147147
cd llvm-project || exit 1
148148
git checkout ${LLVM_SHA} || exit 1
149-
/home/runner/work/mlir-extensions/mlir-extensions
150149
if [ -d "/home/runner/work/mlir-extensions/mlir-extensions/build_tools/patches" ]; then git apply /home/runner/work/mlir-extensions/mlir-extensions/build_tools/patches/*.patch; fi
151150
mkdir _build || exit 1
152151
cd _build || exit 1

0 commit comments

Comments
 (0)