Skip to content

Commit 8f83e09

Browse files
fixup-clean-cmake
1 parent 46d5b6f commit 8f83e09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pull-request-checks.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ jobs:
264264
- name: Check cleanup
265265
run: |
266266
cmake --build build --target clean
267-
rm -r build
268-
rm scripts/bash-autocomplete/cbmc.sh
269267
if [[ $(git status --ignored --porcelain | grep -v .ccache/) ]] ; then
270268
git status --ignored
271269
exit 1

0 commit comments

Comments
 (0)