Skip to content

Commit

Permalink
Don't error out if cleanup fails (#2708)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
celinval committed Aug 23, 2023
1 parent b144313 commit 5516650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
run: |
# inspired by https://github.com/easimon/maximize-build-space/blob/master/action.yml
df -h
sudo rm -r /usr/share/dotnet /usr/local/lib/android /usr/local/.ghcup
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /usr/local/.ghcup
df -h
- name: Install dependencies
Expand Down

0 comments on commit 5516650

Please sign in to comment.