We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36007e commit f79c4a9Copy full SHA for f79c4a9
1 file changed
.github/workflows/ubuntu22.04.yml
@@ -97,6 +97,7 @@ jobs:
97
shell: bash
98
# Execute the build. You can specify a specific target with "--target <NAME>"
99
run: |
100
+ cd build
101
echo "==> Disk usage before clean"
102
df -h .
103
sudo rm -rf /usr/share/dotnet
0 commit comments