Skip to content

Commit

Permalink
No sudo here
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Aug 11, 2023
1 parent a30b9d4 commit 7a40639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
run: |
# inspired by https://github.com/easimon/maximize-build-space/blob/master/action.yml
df -h
sudo rm -rf /usr/share/dotnet /usr/local/lib/* /opt/*
rm -rf /usr/share/dotnet /usr/local/lib/* /opt/*
df -h
# This is required before checkout because the container does not
# have Git installed, so cannot run checkout action. The checkout
Expand Down

0 comments on commit 7a40639

Please sign in to comment.