Skip to content

Commit d6cc81e

Browse files
authored
fixes cmake CLI syntax in ci-compile.yml
1 parent 366f666 commit d6cc81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cmake --version
4141
4242
- name: Configure
43-
run: WITH_LLVM=1 cmake --preset Debug -B build -DCMAKE_CXX_STANDARD=${{ matrix.cpp_std }} WITH_LLVM=ON
43+
run: WITH_LLVM=1 cmake --preset Debug -B build -DCMAKE_CXX_STANDARD=${{ matrix.cpp_std }} -DWITH_LLVM=ON
4444

4545
- name: Build
4646
run: WITH_LLVM=1 cmake --build build -j

0 commit comments

Comments
 (0)