We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23256b3 commit 9faef40Copy full SHA for 9faef40
.github/workflows/CI-workflow.yml
@@ -77,8 +77,11 @@ jobs:
77
- name: Remove unnecessary files Linux
78
if: ${{ runner.os == 'Linux' }}
79
run: |
80
+ echo "Listing 100 largest packages"
81
+ dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100
82
+ df -h
83
rm -rf /usr/share/dotnet
- rm -rf /usr/share/dotnet
84
+ rm -rf "$AGENT_TOOLSDIRECTORY"
85
86
- name: Build and Run Tests
87
id: step-build-test-linux
0 commit comments