Skip to content

Commit 877f380

Browse files
committed
valgrind.yml: adjusted order of make arguments
1 parent bb70f8d commit 877f380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build cppcheck
4242
run: |
4343
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
44-
CXXOPTS="-O1 -g -w" CPPOPTS="-DHAVE_BOOST" make -j$(nproc) HAVE_RULES=yes MATCHCOMPILER=yes CPPCHK_GLIBCXX_DEBUG=
44+
make -j$(nproc) CXXOPTS="-O1 -g -w" CPPOPTS="-DHAVE_BOOST" HAVE_RULES=yes MATCHCOMPILER=yes CPPCHK_GLIBCXX_DEBUG=
4545
4646
- name: Build test
4747
run: |

0 commit comments

Comments
 (0)