Skip to content

Commit 9faef40

Browse files
committed
list large pacakges
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent 23256b3 commit 9faef40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ jobs:
7777
- name: Remove unnecessary files Linux
7878
if: ${{ runner.os == 'Linux' }}
7979
run: |
80+
echo "Listing 100 largest packages"
81+
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100
82+
df -h
8083
rm -rf /usr/share/dotnet
81-
rm -rf /usr/share/dotnet
84+
rm -rf "$AGENT_TOOLSDIRECTORY"
8285
8386
- name: Build and Run Tests
8487
id: step-build-test-linux

0 commit comments

Comments
 (0)