You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,6 @@ jobs:
146
146
git clone https://github.com/llvm/llvm-project --branch main --single-branch || exit 1
147
147
cd llvm-project || exit 1
148
148
git checkout ${LLVM_SHA} || exit 1
149
-
/home/runner/work/mlir-extensions/mlir-extensions
150
149
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
0 commit comments