Skip to content

Commit

Permalink
CI-unixish.yml: explicitly delete folder from install test
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Dec 15, 2024
1 parent b2cd12a commit e587595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ jobs:
run: |
# this is only to test the "install" target - since we did not build with FILESDIR it would not work as intended
make DESTDIR=cppcheck-make-install FILESDIR=/share/Cppcheck install
rm -rf cppcheck-make-install
- name: Test Signalhandler
run: |
Expand Down

0 comments on commit e587595

Please sign in to comment.