Skip to content

Commit

Permalink
find offenders
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Aug 4, 2024
1 parent 94f96e8 commit 74a0704
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,11 @@ jobs:
php-zmq snmp pollinate libpq-dev postgresql-client powershell ruby-full \
sphinxsearch subversion mongodb-org -yq >/dev/null 2>&1 || true
apt-get remove -y 'php.*' || true
find $ANDROID_SDK_ROOT
/usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager --uninstall "platform-tools" "platforms" "buildtools"
cd / && du -sch * .[!.]* | sort -rh
apt-get autoremove -y >/dev/null 2>&1 || true
apt-get autoclean -y >/dev/null 2>&1 || true
- name: check disk space
run: df -h
run: df -hZZ

- name: goreleaser snapshot
run: make snapshot
Expand Down

0 comments on commit 74a0704

Please sign in to comment.