Skip to content

Commit 5690729

Browse files
🎨 pre-commit fixes
1 parent 0d2faa7 commit 5690729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_mlir_plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ jobs:
118118
if [ -z "$BUILD_DIR" ]; then
119119
BUILD_DIR="build"
120120
fi
121-
121+
122122
# Verify lit is installed, install if missing
123123
if ! command -v lit &> /dev/null; then
124124
echo "lit not found, installing..."
125125
python -m pip install lit
126126
fi
127-
127+
128128
cmake -S . \
129129
-B "$BUILD_DIR" \
130130
-DLLVM_EXTERNAL_LIT=$(which lit) \

0 commit comments

Comments
 (0)