We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ac85e commit 3ba4cceCopy full SHA for 3ba4cce
1 file changed
.github/workflows/codeql.yml
@@ -44,7 +44,7 @@ jobs:
44
if: matrix.language == 'cpp'
45
run: |
46
mkdir build && cd build
47
- cmake -DLIT_FLAGS="-v" -GNinja ..
+ cmake -GNinja ..
48
ninja
49
50
- name: Build Rust code
0 commit comments