Skip to content

Commit 815a39e

Browse files
committed
FIX: Fix cppcheck install on GH actions
1 parent 4aa34cc commit 815a39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
cd cppcheck
2828
cmake -S. -B build \
2929
-DCMAKE_BUILD_TYPE=Release \
30-
-DUSE_MATCHCOMPILER=1 \
31-
-DHAVE_RULES=1
30+
-DUSE_MATCHCOMPILER=ON \
31+
-DHAVE_RULES=ON
3232
cmake --build build --config Release
3333
sudo cmake --install build --prefix /usr
3434
- name: Install gtest

0 commit comments

Comments
 (0)