Skip to content

Commit

Permalink
Find in proper cov-int dir (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Dec 3, 2024
1 parent b601850 commit e5f1532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Debug print size
run: du -sh ${RUNNER_TEMP}/pth_06.tgz
- name: Debug find cov-int
run: find cov-int
run: find ${RUNNER_TEMP}/cov-int
- name: Debug search ${RUNNER_TEMP}
run: find ${RUNNER_TEMP} -exec ls -l {} \;
- name: Debug size ${RUNNER_TEMP}
Expand Down

0 comments on commit e5f1532

Please sign in to comment.