We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366f666 commit d6cc81eCopy full SHA for d6cc81e
.github/workflows/ci-compile.yml
@@ -40,7 +40,7 @@ jobs:
40
cmake --version
41
42
- name: Configure
43
- run: WITH_LLVM=1 cmake --preset Debug -B build -DCMAKE_CXX_STANDARD=${{ matrix.cpp_std }} WITH_LLVM=ON
+ run: WITH_LLVM=1 cmake --preset Debug -B build -DCMAKE_CXX_STANDARD=${{ matrix.cpp_std }} -DWITH_LLVM=ON
44
45
- name: Build
46
run: WITH_LLVM=1 cmake --build build -j
0 commit comments