Skip to content

Commit e587595

Browse files
committed
CI-unixish.yml: explicitly delete folder from install test
1 parent b2cd12a commit e587595

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ jobs:
398398
run: |
399399
# this is only to test the "install" target - since we did not build with FILESDIR it would not work as intended
400400
make DESTDIR=cppcheck-make-install FILESDIR=/share/Cppcheck install
401+
rm -rf cppcheck-make-install
401402
402403
- name: Test Signalhandler
403404
run: |

0 commit comments

Comments
 (0)