Skip to content

Commit

Permalink
reduce sudo invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Oct 11, 2023
1 parent 990fb33 commit 52559de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
run: |
pwd
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/share/swift
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /opt/ghc
sudo rm -rf /opt/az
sudo rm -rf \
/usr/share/dotnet \
/usr/share/swift \
/usr/local/lib/android \
/opt/hostedtoolcache \
/opt/ghc \
/opt/az
sudo docker image prune --all --force
df -h
- name: Checkout
Expand Down

0 comments on commit 52559de

Please sign in to comment.