Skip to content

Commit 4d84ff4

Browse files
celinvaltautschnig
authored andcommitted
Don't error out if cleanup fails (model-checking#2708)
Benchcomp CI is now broken due to model-checking#2704. The clean up we are performing is a best effort at this point, but it shouldn't fail the regression if it doesn't work.
1 parent d581ca6 commit 4d84ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
run: |
1919
# inspired by https://github.com/easimon/maximize-build-space/blob/master/action.yml
2020
df -h
21-
sudo rm -r /usr/share/dotnet /usr/local/lib/android /usr/local/.ghcup
21+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /usr/local/.ghcup
2222
df -h
2323
2424
- name: Install dependencies

0 commit comments

Comments
 (0)