Skip to content

Commit 437cb7a

Browse files
committed
Disable CPPCHECK in CMake configuration
1 parent 8c4d0e3 commit 437cb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Configure CMake
3131
run: |
32-
cmake -B build -G "Visual Studio 17 2022" -DSQLITECPP_RUN_CPPLINT=OFF
32+
cmake -B build -G "Visual Studio 17 2022" -DSQLITECPP_RUN_CPPCHECK=OFF
3333
3434
- name: Build
3535
run: |

0 commit comments

Comments
 (0)