We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cd12a commit e587595Copy full SHA for e587595
1 file changed
.github/workflows/CI-unixish.yml
@@ -398,6 +398,7 @@ jobs:
398
run: |
399
# this is only to test the "install" target - since we did not build with FILESDIR it would not work as intended
400
make DESTDIR=cppcheck-make-install FILESDIR=/share/Cppcheck install
401
+ rm -rf cppcheck-make-install
402
403
- name: Test Signalhandler
404
0 commit comments