Skip to content

Commit 5516650

Browse files
authored
Don't error out if cleanup fails (#2708)
Benchcomp CI is now broken due to #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 b144313 commit 5516650

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)