Skip to content

Commit

Permalink
Merge pull request #1344 from eht16/ci_use_recent_cppcheck_fix_option
Browse files Browse the repository at this point in the history
Fix CPP CMake option capitalization
  • Loading branch information
eht16 authored Apr 28, 2024
2 parents c2a7261 + 73cac04 commit 9c94c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
tar --strip-components=1 -xf cppcheck.tar.gz
mkdir build
cd build
cmake .. -DHAVE_RULES=ON -DUSE_MATCHCOMPILER=ON
cmake .. -DHAVE_RULES=On -DUSE_MATCHCOMPILER=On
cmake --build .
- name: Build Geany
Expand Down

0 comments on commit 9c94c22

Please sign in to comment.