Skip to content

Commit

Permalink
Re-add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Aug 18, 2023
1 parent 4ea8d58 commit f284945
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 @@ -17,7 +17,7 @@ runs:
run: |
# inspired by https://github.com/easimon/maximize-build-space/blob/master/action.yml
df -h
rm -rf /usr/share/dotnet /usr/local/lib/* /opt/*
sudo rm -rf /usr/share/dotnet /usr/local/lib/* /opt/*
df -h
- name: Install dependencies
Expand Down

0 comments on commit f284945

Please sign in to comment.