Skip to content

Commit

Permalink
Temporary add login to get info on disk usage on /opt to find things …
Browse files Browse the repository at this point in the history
…to clean
  • Loading branch information
raulcd committed Jun 7, 2023
1 parent 021ec59 commit be500b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/linux-packages/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
if: |
env.ARCHITECTURE == 'amd64'
run: |
ls -lhs /usr/local/bin/
df -h
du -hsc /opt/* /usr/local/*
du -hsc /opt/hostedtoolcache/*
# 5.3GB
sudo rm -rf /opt/hostedtoolcache/CodeQL || :
Expand Down

0 comments on commit be500b9

Please sign in to comment.