Skip to content

Commit bcd57d1

Browse files
committed
Fix missing newline
1 parent 65c1dd6 commit bcd57d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-cir-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
-DLLVM_INCLUDE_TESTS=OFF \
4646
-DCLANG_INCLUDE_TESTS=OFF \
4747
-DMLIR_INCLUDE_TESTS=OFF \
48-
-DCMAKE_BUILD_TYPE=Release
48+
-DCMAKE_BUILD_TYPE=Release \
4949
-DLLVM_TARGETS_TO_BUILD=host
5050
5151
ninja -C build

0 commit comments

Comments
 (0)